From c8f279c623393c9d04130724c2cc2f6b7d3bbf2b Mon Sep 17 00:00:00 2001 From: t-mw Date: Tue, 31 May 2016 14:25:17 +0200 Subject: [PATCH] Update README.md Update readme to reflect actual behaviour of size parameter (see: https://github.com/PitPik/colorPicker/blob/master/colorPicker.js#L898). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29b708e..8685b70 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ var myColorPicker = new ColorPicker({ fps: 60, // the framerate colorPicker refreshes the display if no 'requestAnimationFrame' delayOffset: 8, // pixels offset when shifting mouse up/down inside input fields before it starts acting as slider CSSPrefix: 'cp-', // the standard prefix for (almost) all class declarations (HTML, CSS) - size: 0, // one of the 4 sizes: 0 = L (large), 1 = S, 2 = XS, 3 = XXS; resize to see what happens... + size: 0, // one of the 4 sizes: 0 = XXS, 1 = XS, 2 = S, 3 = L (large); resize to see what happens... allMixDetails: true, // see Colors... alphaBG: 'w' // initial 3rd layer bgColor (w = white, c = custom (customBG), b = black); customBG: '#808080' // see Colors...