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