:: com :: sun :: star :: rendering ::
|
unpublished |
constants group ColorSpaceType |
|
|
- Usage Restrictions
- not published
- Description
- Categories for color spaces
|
Constants |
DEVICE_COLOR |
Unspecified device color space - use conversion functions to
convert to standard color spaces
|
GREY |
Grey-value color space. |
RGB |
RGB color space
|
CMYK |
CMYK color space. |
CMYKOG |
CMYKOG color space. |
CIEXYZ |
Standard CieXYZ color space. |
CIELAB |
Standard CieLab color space. |
SRGB |
Standard sRGB color space. |
HSV |
HSV color space. |
HSL |
HSL color space. |
YCBCR |
YCbCr color space. |
INDEXED |
Indexed color space. |
Constants' Details |
DEVICE_COLOR
const byte DEVICE_COLOR =0;
- Description
- Unspecified device color space - use conversion functions to
convert to standard color spaces
|
|
GREY
const byte GREY =1;
- Description
- Grey-value color space.
Use this for monochrome images.
|
|
RGB
const byte RGB =2;
- Description
- RGB color space
|
|
CMYK
const byte CMYK =3;
- Description
- CMYK color space.
See Wikipedia
for a thorough explanation.
|
|
CMYKOG
const byte CMYKOG =4;
- Description
- CMYKOG color space.
See Wikipedia
for a thorough explanation.
|
|
CIEXYZ
const byte CIEXYZ =5;
- Description
- Standard CieXYZ color space.
See Wikipedia
for a thorough explanation.
|
|
CIELAB
const byte CIELAB =6;
- Description
- Standard CieLab color space.
See Wikipedia
for a thorough explanation. Preferable over CIEXYZ if
perceptual uniformity is an issue.
|
|
SRGB
const byte SRGB =7;
- Description
- Standard sRGB color space.
See Wikipedia
for a thorough explanation.
|
|
HSV
const byte HSV =8;
- Description
- HSV color space.
Hue saturation value. See Wikipedia
for a thorough explanation.
|
|
HSL
const byte HSL =9;
- Description
- HSL color space.
Hue saturation lightness. See Wikipedia
for a thorough explanation
|
|
YCBCR
const byte YCBCR =10;
- Description
- YCbCr color space.
See Wikipedia
for a thorough explanation. This color space is common for
digital video.
|
|
INDEXED
const byte INDEXED =11;
- Description
- Indexed color space.
The color components of this color space are in fact indices
into a color map.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.