|
| 1 | +<?xml version="1.0"?> |
| 2 | +<fpdoc-descriptions> |
| 3 | + <package name="Simba"> |
| 4 | + <module name="colour_conv"> |
| 5 | + <element name="RGBtoColor"> |
| 6 | + <short>Convert R, G, B to a Win32 Colour.</short> |
| 7 | + </element> |
| 8 | + <element name="ColorToRGB"> |
| 9 | + <short>Convert a Win32 colour to RGB.</short> |
| 10 | + </element> |
| 11 | + <element name="RGBToXYZ"> |
| 12 | + <short>Convert R, G, B to X, Y, Z.</short> |
| 13 | + </element> |
| 14 | + <element name="XYZToRGB"> |
| 15 | + <short>Convert X, Y, Z to R, G, B.</short> |
| 16 | + </element> |
| 17 | + <element name="RGBToHSL"> |
| 18 | + <short>Convert R, G, B to H, S, L.</short> |
| 19 | + <descr>This function multiplies the H, S, L values returned by 100.</descr> |
| 20 | + </element> |
| 21 | + <element name="HSLtoRGB"> |
| 22 | + <short>Convert H, S, L to R, G, B.</short> |
| 23 | + </element> |
| 24 | + <element name="RGBToHSLNonFixed"> |
| 25 | + <short>Convert R, G, B to H, S, L.</short> |
| 26 | + <descr>This function does not multiply the returned H, S, L by 100.</descr> |
| 27 | + </element> |
| 28 | + <element name="ColorToHSL"> |
| 29 | + <short>Convert win32 colour to H, S, L.</short> |
| 30 | + </element> |
| 31 | + <element name="ColorToXYZ"> |
| 32 | + <short>Convert Win32 colour to X, Y, Z.</short> |
| 33 | + </element> |
| 34 | + <element name="HSLToColor"> |
| 35 | + <short>Convert H, S, L to win32 colour.</short> |
| 36 | + </element> |
| 37 | + <element name="XYZToColor"> |
| 38 | + <short>Convert X, Y, Z to win32 colour.</short> |
| 39 | + </element> |
| 40 | + <element name="BGRToRGB"> |
| 41 | + <short>Swizzle B, G, R to R, G, B.</short> |
| 42 | + </element> |
| 43 | + </module> |
| 44 | + </package> |
| 45 | +</fpdoc-descriptions> |
0 commit comments