Oyranos Colour Management System API
Public Member Functions | Data Fields
oyProfiles_s Struct Reference

tell about the conversion profiles More...

#include <oyranos_alpha.h>

Public Member Functions

OYAPI oyProfiles_s *OYEXPORT oyProfiles_New (oyObject_s object)
OYAPI oyProfiles_s *OYEXPORT oyProfiles_Create (oyProfiles_s *patterns, oyObject_s object)
 get a list of installed profiles
OYAPI oyProfiles_s *OYEXPORT oyProfiles_ForStd (oyPROFILE_e std_profile_class, int *current, oyObject_s object)
 get a list of installed profiles
OYAPI int OYEXPORT oyProfiles_Release (oyProfiles_s **obj)
oyProfiles_soyProfiles_MoveIn (oyProfiles_s *list, oyProfile_s **obj, int pos)
int oyProfiles_ReleaseAt (oyProfiles_s *list, int pos)
oyProfile_soyProfiles_Get (oyProfiles_s *list, int pos)
int oyProfiles_Count (oyProfiles_s *list)
int oyProfiles_DeviceRank (oyProfiles_s *list, oyConfig_s *device, int32_t *rank_list)
 sort a profile list according to a given device

Data Fields

oyStruct_Copy_f copy
oyStruct_Release_f release

Detailed Description

tell about the conversion profiles


Field Documentation

oyStruct_Copy_f oyProfiles_s::copy

copy function

oyStruct_Release_f oyProfiles_s::release

release function

Referenced by oyProfiles_New().