| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
defines the color space that is used for interpolation. More...
| Variables | |
| const short | RGB = 0 | 
| defines that the RGB color space is used for interpolation. | |
| const short | HSL = 1 | 
| defines that the HSL color space is used for interpolation. | |
defines the color space that is used for interpolation.
 This does not change how colors are interpreted but how to interpolate from one color to another.
| const short HSL = 1 | 
defines that the HSL color space is used for interpolation.
| const short RGB = 0 | 
defines that the RGB color space is used for interpolation.