LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
ColorComponentTag.idl File Reference

Go to the source code of this file.

Modules

module  com
module  com::sun
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
module  com::sun::star::rendering
 Interfaces and data structures for rendering.

Constant Groups

constants  com::sun::star::rendering::ColorComponentTag
 A collection of tags for the individual components of a color.

Variables

const byte DEVICE =0
 Unspecified device color value.
const byte RGB_RED =1
 Red colorant from RGB color space.
const byte RGB_GREEN =2
 Green colorant from RGB color space.
const byte RGB_BLUE =3
 Blue colorant from RGB color space.
const byte CMYK_CYAN =4
 Cyan colorant from CMYK color space.
const byte CMYK_MAGENTA =5
 Magenta colorant from CMYK color space.
const byte CMYK_YELLOW =6
 Yellow colorant from CMYK color space.
const byte CMYK_BLACK =7
 Black colorant from CMYK color space.
const byte CMYKOG_ORANGE =8
 Orange colorant from hexachrome color space.
const byte CMYKOG_GREEN =9
 Green colorant from hexachrome color space.
const byte SPOT =10
 Arbitrary extra spot color, e.g. Pantone.
const byte INDEX =11
 Index into palette.
const byte ALPHA =12
 Alpha channel.
const byte GREY =13
 Grey value. Used for monochrome color spaces.
const byte PREMULTIPLIED_ALPHA =14
 Premultiplied alpha channel.
const byte CIEXYZ_X =15
 CieXYZ X value.
const byte CIEXYZ_Y =16
 CieXYZ Y value.
const byte CIEXYZ_Z =17
 CieXYZ Z value.
const byte CIELAB_L =18
 CieLab L value.
const byte CIELAB_A =19
 CieLab a value.
const byte CIELAB_B =20
 CieLab b value.
const byte HSV_H =21
 HSV H value.
const byte HSV_S =22
 HSV S value.
const byte HSV_V =23
 HSV V value.
const byte HSL_H =24
 HSL H value.
const byte HSL_S =25
 HSL S value.
const byte HSL_L =26
 HSL L value.
const byte YCBCR_Y =27
 YCbCr Y value.
const byte YCBCR_CB =28
 YCbCr Cb value.
const byte YCBCR_CR =29
 YCbCr Cr value.