![]() |
Oyranos Color Management System API |
Functions to convert and interprete ICC defined enums. More...
|
Functions | |
| int | oyICCColorSpaceGetChannelCount (icColorSpaceSignature color) |
| number of channels in a color space More... | |
| icColorSpaceSignature * | oyICCGetColorSpaceWithChannelCount (int channels_n) |
| get color spaces using a certain number of channels More... | |
| const char * | oyICCColorSpaceGetName (icColorSpaceSignature sig) |
| name of a color space More... | |
| const oyChar * | oyICCColorSpaceGetChannelName (icColorSpaceSignature sig, int pos, int type) |
| channel names of a color space More... | |
| oyCHANNELTYPE_e | oyICCColorSpaceToChannelLayout (icColorSpaceSignature sig, int pos) |
| describe a channels characteristic More... | |
| const oyChar * | oyICCTagDescription (icTagSignature sig) |
| get tag description More... | |
| const oyChar * | oyICCTagName (icTagSignature sig) |
| get tag ~4 char name More... | |
| const oyChar * | oyICCDeviceClassDescription (icProfileClassSignature sig) |
| get the ICC profile icProfileClassSignature description More... | |
| const oyChar * | oyICCPlatformDescription (icPlatformSignature platform) |
| get the ICC profile platform description More... | |
| const oyChar * | oyICCTagTypeName (icTagTypeSignature sig) |
| get tag type ~4 char name More... | |
| const oyChar * | oyICCTechnologyDescription (icTechnologySignature sig) |
| get ICC profile icTechnologySignature description More... | |
| const oyChar * | oyICCChromaticityColorantDescription (icSignature sig) |
| get ICC profile Chromaticity Colorant description More... | |
| const oyChar * | oyICCIlluminantDescription (icIlluminant sig) |
| get ICC profile illuminant description More... | |
| const oyChar * | oyICCStandardObserverDescription (icStandardObserver sig) |
| get ICC profile Standard Observer description More... | |
| const oyChar * | oyICCMeasurementGeometryDescription (icMeasurementGeometry sig) |
| get ICC profile Measurement Geometry description More... | |
| const oyChar * | oyICCMeasurementFlareDescription (icMeasurementFlare sig) |
| get ICC profile Measurement Flare description More... | |
Functions to convert and interprete ICC defined enums.
| const oyChar* oyICCChromaticityColorantDescription | ( | icSignature | sig | ) |
get ICC profile Chromaticity Colorant description
Function: oyICCChromaticityColorantDescription
| int oyICCColorSpaceGetChannelCount | ( | icColorSpaceSignature | color | ) |
number of channels in a color space
Function: oyICCColorSpaceGetChannelCount
Referenced by oyICCColorSpaceGetChannelName(), oyICCColorSpaceToChannelLayout(), oyNamedColor_s::oyNamedColor_GetName(), and oyProfile_s::oyProfile_GetChannelsCount().
| const oyChar* oyICCColorSpaceGetChannelName | ( | icColorSpaceSignature | sig, |
| int | pos, | ||
| int | type | ||
| ) |
channel names of a color space
Function: oyICCColorSpaceGetChannelName
References oyICCColorSpaceGetChannelCount(), oyNAME_DESCRIPTION, and oyNAME_NAME.
Referenced by oyProfile_s::oyProfile_GetChannelNames().
| const char* oyICCColorSpaceGetName | ( | icColorSpaceSignature | sig | ) |
name of a color space
Function: oyICCColorSpaceGetName
Referenced by oyNamedColor_s::oyNamedColor_GetName().
| oyCHANNELTYPE_e oyICCColorSpaceToChannelLayout | ( | icColorSpaceSignature | sig, |
| int | pos | ||
| ) |
describe a channels characteristic
Function: oyICCColorSpaceToChannelLayout
References oyCHANNELTYPE_COLOR, oyCHANNELTYPE_COLOR_LIGHTNESS, oyCHANNELTYPE_LIGHTNESS, oyCHANNELTYPE_OTHER, and oyICCColorSpaceGetChannelCount().
| const oyChar* oyICCDeviceClassDescription | ( | icProfileClassSignature | sig | ) |
get the ICC profile icProfileClassSignature description
Function: oyICCDeviceClassDescription
References oyValueUInt32().
Referenced by oyProfile_Install().
| icColorSpaceSignature* oyICCGetColorSpaceWithChannelCount | ( | int | channels_n | ) |
get color spaces using a certain number of channels
| [in] | channels_n | desired color channels count |
| const oyChar* oyICCIlluminantDescription | ( | icIlluminant | sig | ) |
get ICC profile illuminant description
Function: oyICCIlluminantDescription
| const oyChar* oyICCMeasurementFlareDescription | ( | icMeasurementFlare | sig | ) |
get ICC profile Measurement Flare description
Function: oyICCMeasurementFlareDescription
| const oyChar* oyICCMeasurementGeometryDescription | ( | icMeasurementGeometry | sig | ) |
get ICC profile Measurement Geometry description
Function: oyICCMeasurementGeometryDescription
| const oyChar* oyICCPlatformDescription | ( | icPlatformSignature | platform | ) |
get the ICC profile platform description
Function: oyICCPlatformDescription
References oyValueUInt32().
| const oyChar* oyICCStandardObserverDescription | ( | icStandardObserver | sig | ) |
get ICC profile Standard Observer description
Function: oyICCStandardObserverDescription
| const oyChar* oyICCTagDescription | ( | icTagSignature | sig | ) |
get tag description
Function: oyICCTagDescription
References oyValueUInt32().
| const oyChar* oyICCTagName | ( | icTagSignature | sig | ) |
get tag ~4 char name
Function: oyICCTagName
References oyValueUInt32().
| const oyChar* oyICCTagTypeName | ( | icTagTypeSignature | sig | ) |
get tag type ~4 char name
Function: oyICCTagTypeName
References oyValueUInt32().
| const oyChar* oyICCTechnologyDescription | ( | icTechnologySignature | sig | ) |
get ICC profile icTechnologySignature description
Function: oyICCTechnologyDescription
References oyValueUInt32().