LibreOffice
LibreOffice 25.8 SDK API Reference
|
ARGB color quad. More...
import "ARGBColor.idl";
Public Attributes | |
ColorComponent | Alpha |
Alpha component. | |
ColorComponent | Red |
Red component. Valid range is [0,1.0]. | |
ColorComponent | Green |
Green component. Valid range is [0,1.0]. | |
ColorComponent | Blue |
Blue component. Valid range is [0,1.0]. |
ARGB color quad.
ColorComponent Alpha |
Alpha component.
Valid range is [0,1.0], with 0.0 denoting fully transparent, and 1.0 fully opaque.
ColorComponent Blue |
Blue component. Valid range is [0,1.0].
ColorComponent Green |
Green component. Valid range is [0,1.0].
ColorComponent Red |
Red component. Valid range is [0,1.0].