Changeset 1238108
- Timestamp:
- 09/04/2015 02:27:44 PM (11 years ago)
- File:
-
- 1 edited
-
dynamic-background/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-background/trunk/readme.txt
r1237613 r1238108 32 32 33 33 == Frequently Asked Questions == 34 Q Why do you use HSL rather than RGB? 35 A Small increments of H/S/L values give continuously varying colours. Small increments to R/G/B 36 result in big jumps of colour. 34 = Why do you use HSL rather than RGB? = 35 Small increments of H/S/L values give continuously varying colours. Small increments to R/G/B result in big jumps of colour. 37 36 38 Q Are you really limited to Wordpress 4.1 and up? 39 A Probabaly not! I just haven't tested it to earlier 40 versions. Even if it doesn't work, it's very unlikely to do anything bad. 37 = Are you really limited to Wordpress 4.1 and up? = 38 Probabaly not! I just haven't tested it to earlier versions. Even if it doesn't work, it's very unlikely to do anything bad. 41 39 42 Q How can I make areas of my pictures transparent? 43 A You have to do this before uploading them. Most image manipulation programs will allow this. 44 They have to be gifs or pngs (with transparency enabled). You can't do it with jpgs. 45 46 ==Notes== 47 Although version 4.1 is stated as the first test version, I think it is very likely that plugin will work with earlier versions. 40 = How can I make areas of my pictures transparent? = 41 You have to do this before uploading them. Most image manipulation programs will allow this. They have to be gifs or pngs (with transparency enabled). You can't do it with jpgs. 48 42 49 43 == Credits == 50 getbg.js contains functions that convert hsl to rgb and the reverse. This functionality 51 can be found from several sources but mine were from 52 Garry Tan (http://axonflux.com/handy-rgb-to-hsl-and-rgb-to-hsv-color-model-c) who credits 53 mjijackson.com (this link no longer works) but it seems the ultimate source is the 54 information in https://en.wikipedia.org/wiki/HSL_and_HSV 44 The javascript file getbg.js contains functions that convert hsl to rgb and the reverse. This functionality can be found from several sources but mine were from Garry Tan (<http://axonflux.com/handy-rgb-to-hsl-and-rgb-to-hsv-color-model-c>) who credits mjijackson.com (this link no longer works) but it seems the ultimate source is the information in <https://en.wikipedia.org/wiki/HSL_and_HSV> 55 45
Note: See TracChangeset
for help on using the changeset viewer.