![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
#include "oyProfile_s.h"#include "oyObject_s.h"#include "oyranos_object_internal.h"#include "oyProfile_s_.h"#include "oyranos_devices_internal.h"#include "oyranos_cache.h"#include "oyranos_color.h"#include "oyranos_color_internal.h"#include "oyranos_io.h"#include "oyranos_icc.h"#include "oyConfig_s_.h"#include "oyProfileTag_s_.h"Functions | |
| int | oyProfile_GetWhitePoint (oyProfile_s *profile, double *ICC_XYZ) |
| get the ICC*XYZ coordinates of a white point More... | |
| const char * | oyProfile_FindMeta (oyProfile_s *profile, const char *key, const char *value) |
| Find string match in meta tag. More... | |
[Template file inheritance graph] +-> oyProfile_s.template.c | +-> Base_s.c | +– oyStruct_s.template.c
Oyranos is an open source Color Management System
| const char* oyProfile_FindMeta | ( | oyProfile_s * | profile, |
| const char * | key, | ||
| const char * | value | ||
| ) |
Find string match in meta tag.
| [in] | profile | the object |
| [out] | key | the key inside the meta tag |
| [out] | value | the expected value or NULL for any value |
References oyProfile_s::oyProfile_GetTagById().
| int oyProfile_GetWhitePoint | ( | oyProfile_s * | profile, |
| double * | ICC_XYZ | ||
| ) |
get the ICC*XYZ coordinates of a white point
| [in] | profile | the ICC profile object if interesst |
| [out] | ICC_XYZ | ICC*XYZ trio in 0.0 - 2.0 range |
References oyOBJECT_OPTION_S, oyOption_s::oyOption_GetRegistration(), oyOption_s::oyOption_GetValueDouble(), oyProfile_s::oyProfile_GetTagById(), oyProfileTag_s::oyProfileTag_Get(), oyProfileTag_s::oyProfileTag_Release(), oyStructList_s::oyStructList_Count(), oyStructList_s::oyStructList_GetType(), and oyStructList_s::oyStructList_Release().
Referenced by oyProfileAddWhitePointEffect().
1.8.13