create_profile_for_icc_sync
Description:
[
Version ( since =
"1.1.1" ) ]
public Profile create_profile_for_icc_sync (
Icc icc,
ObjectScope scope,
Cancellable? cancellable =
null)
throws Error
Creates a color profile from a Icc object.
WARNING: This function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
this |
a Client instance.
|
icc |
A Icc
|
scope |
the scope of the profile
|
cancellable |
a Cancellable, or null
|
Returns:
A Profile object, or null for error
|