LibreOffice
LibreOffice 24.2 SDK API Reference
Variables
com::sun::star::animations::AnimationColorSpace Constant Group 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. More...
 
const short HSL = 1
 defines that the HSL color space is used for interpolation. More...
 

Detailed Description

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.

See also
XAnimateColor::ColorSpace

Variable Documentation

◆ HSL

const short HSL = 1

defines that the HSL color space is used for interpolation.

◆ RGB

const short RGB = 0

defines that the RGB color space is used for interpolation.