![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
Functions to convert and interprete ICC defined enums. More...
|
Functions | |
| const char * | oyProfileSignatureName (oySIGNATURE_TYPE_e type) |
| provide UI name for oySIGNATURE_TYPE_e More... | |
| const char * | oyProfileSignatureDescription (oySIGNATURE_TYPE_e type) |
| provide UI description for oySIGNATURE_TYPE_e More... | |
| 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 char * | oyICCCmmDescription (icSignature sig) |
| get the ICC profile CMM 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
| const char* oyICCCmmDescription | ( | icSignature | sig | ) |
get the ICC profile CMM description
Function: oyICCCmmDescription
| int oyICCColorSpaceGetChannelCount | ( | icColorSpaceSignature | color | ) |
number of channels in a color space
Function: oyICCColorSpaceGetChannelCount
Referenced by oyCopyColor(), oyICCColorSpaceGetChannelName(), and oyICCColorSpaceToChannelLayout().
| const oyChar* oyICCColorSpaceGetChannelName | ( | icColorSpaceSignature | sig, |
| int | pos, | ||
| int | type | ||
| ) |
channel names of a color space
Function: oyICCColorSpaceGetChannelName
References oyICCColorSpaceGetChannelCount(), oyNAME_DESCRIPTION, and oyNAME_NAME.
| const char* oyICCColorSpaceGetName | ( | icColorSpaceSignature | sig | ) |
name of a color space
Function: oyICCColorSpaceGetName
| 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
| 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
| const oyChar* oyICCStandardObserverDescription | ( | icStandardObserver | sig | ) |
get ICC profile Standard Observer description
Function: oyICCStandardObserverDescription
| const oyChar* oyICCTagDescription | ( | icTagSignature | sig | ) |
get tag description
Function: oyICCTagDescription
| const oyChar* oyICCTagName | ( | icTagSignature | sig | ) |
get tag ~4 char name
Function: oyICCTagName
| const oyChar* oyICCTagTypeName | ( | icTagTypeSignature | sig | ) |
get tag type ~4 char name
Function: oyICCTagTypeName
| const oyChar* oyICCTechnologyDescription | ( | icTechnologySignature | sig | ) |
get ICC profile icTechnologySignature description
Function: oyICCTechnologyDescription
| const char* oyProfileSignatureDescription | ( | oySIGNATURE_TYPE_e | type | ) |
provide UI description for oySIGNATURE_TYPE_e
Function oyProfileSignatureDescription
References oySIGNATURE_COLOR_SPACE.
| const char* oyProfileSignatureName | ( | oySIGNATURE_TYPE_e | type | ) |
provide UI name for oySIGNATURE_TYPE_e
Function oyProfileSignatureName
References oySIGNATURE_COLOR_SPACE.
1.8.13