LibreOffice
LibreOffice 24.2 SDK API Reference
ColorComponentTag.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 module com { module sun { module star { module rendering {
21 
30 constants ColorComponentTag
31 {
33  const byte DEVICE=0;
34 
36  const byte RGB_RED=1;
37 
39  const byte RGB_GREEN=2;
40 
42  const byte RGB_BLUE=3;
43 
45  const byte CMYK_CYAN=4;
46 
48  const byte CMYK_MAGENTA=5;
49 
51  const byte CMYK_YELLOW=6;
52 
54  const byte CMYK_BLACK=7;
55 
57  const byte CMYKOG_ORANGE=8;
58 
60  const byte CMYKOG_GREEN=9;
61 
63  const byte SPOT=10;
64 
66  const byte INDEX=11;
67 
69  const byte ALPHA=12;
70 
72  const byte GREY=13;
73 
80  const byte PREMULTIPLIED_ALPHA=14;
81 
83  const byte CIEXYZ_X=15;
84 
86  const byte CIEXYZ_Y=16;
87 
89  const byte CIEXYZ_Z=17;
90 
92  const byte CIELAB_L=18;
93 
95  const byte CIELAB_A=19;
96 
98  const byte CIELAB_B=20;
99 
101  const byte HSV_H=21;
102 
104  const byte HSV_S=22;
105 
107  const byte HSV_V=23;
108 
110  const byte HSL_H=24;
111 
113  const byte HSL_S=25;
114 
116  const byte HSL_L=26;
117 
119  const byte YCBCR_Y=27;
120 
122  const byte YCBCR_CB=28;
123 
125  const byte YCBCR_CR=29;
126 };
127 
128 }; }; }; };
129 
130 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const byte YCBCR_CB
YCbCr Cb value.
Definition: ColorComponentTag.idl:122
const byte SPOT
Arbitrary extra spot color, e.g. Pantone.
Definition: ColorComponentTag.idl:63
const byte CIELAB_A
CieLab a value.
Definition: ColorComponentTag.idl:95
const byte GREY
Grey value. Used for monochrome color spaces.
Definition: ColorComponentTag.idl:72
const byte HSL_S
HSL S value.
Definition: ColorComponentTag.idl:113
const byte CMYK_MAGENTA
Magenta colorant from CMYK color space.
Definition: ColorComponentTag.idl:48
const byte HSV_S
HSV S value.
Definition: ColorComponentTag.idl:104
Definition: Ambiguous.idl:20
const byte CIEXYZ_Z
CieXYZ Z value.
Definition: ColorComponentTag.idl:89
const byte CIEXYZ_Y
CieXYZ Y value.
Definition: ColorComponentTag.idl:86
const byte CMYK_YELLOW
Yellow colorant from CMYK color space.
Definition: ColorComponentTag.idl:51
const byte CIELAB_B
CieLab b value.
Definition: ColorComponentTag.idl:98
const byte RGB_RED
Red colorant from RGB color space.
Definition: ColorComponentTag.idl:36
const byte CIEXYZ_X
CieXYZ X value.
Definition: ColorComponentTag.idl:83
const byte CMYKOG_ORANGE
Orange colorant from hexachrome color space.
Definition: ColorComponentTag.idl:57
const byte HSL_L
HSL L value.
Definition: ColorComponentTag.idl:116
const byte YCBCR_CR
YCbCr Cr value.
Definition: ColorComponentTag.idl:125
const byte DEVICE
Unspecified device color value.
Definition: ColorComponentTag.idl:33
const byte ALPHA
Alpha channel.
Definition: ColorComponentTag.idl:69
const byte INDEX
Index into palette.
Definition: ColorComponentTag.idl:66
const byte RGB_GREEN
Green colorant from RGB color space.
Definition: ColorComponentTag.idl:39
const byte CMYKOG_GREEN
Green colorant from hexachrome color space.
Definition: ColorComponentTag.idl:60
const byte HSV_V
HSV V value.
Definition: ColorComponentTag.idl:107
const byte CMYK_BLACK
Black colorant from CMYK color space.
Definition: ColorComponentTag.idl:54
const byte RGB_BLUE
Blue colorant from RGB color space.
Definition: ColorComponentTag.idl:42
const byte CIELAB_L
CieLab L value.
Definition: ColorComponentTag.idl:92
const byte YCBCR_Y
YCbCr Y value.
Definition: ColorComponentTag.idl:119
const byte PREMULTIPLIED_ALPHA
Premultiplied alpha channel.
Definition: ColorComponentTag.idl:80
const byte HSL_H
HSL H value.
Definition: ColorComponentTag.idl:110
const byte CMYK_CYAN
Cyan colorant from CMYK color space.
Definition: ColorComponentTag.idl:45
const byte HSV_H
HSV H value.
Definition: ColorComponentTag.idl:101