fo-color-profile

fo-color-profile —

Synopsis




struct      FoColorProfile;
struct      FoColorProfileClass;
FoFo*       fo_color_profile_new            (void);
FoProperty* fo_color_profile_get_src        (FoFo *fo_fo);
void        fo_color_profile_set_src        (FoFo *fo_fo,
                                             FoProperty *new_src);

Description

Details

struct FoColorProfile

struct FoColorProfile;


struct FoColorProfileClass

struct FoColorProfileClass;


fo_color_profile_new ()

FoFo*       fo_color_profile_new            (void);

Creates a new FoColorProfile initialized to default value.

Returns : the new FoColorProfile.

fo_color_profile_get_src ()

FoProperty* fo_color_profile_get_src        (FoFo *fo_fo);

Gets the "src" property of fo_fo.

fo_fo : The FoFo object.
Returns : The "src" property value.

fo_color_profile_set_src ()

void        fo_color_profile_set_src        (FoFo *fo_fo,
                                             FoProperty *new_src);

Sets the "src" property of fo_fo to new_src

fo_fo : The FoFo object
new_src : The new "src" property value