|  |  |  | xmlroff Reference Manual |  | 
|---|---|---|---|---|
            FoColorProfile;
            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);
FoFo* fo_color_profile_new (void);
Creates a new FoColorProfile initialized to default value.
| Returns : | the new FoColorProfile. | 
FoProperty* fo_color_profile_get_src (FoFo *fo_fo);
Gets the "src" property of fo_fo.
| fo_fo: | The FoFoobject. | 
| Returns : | The "src" property value. | 
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 |