get_standard_space_sync
Description:
[
Version ( since =
"0.1.2" ) ]
public Profile get_standard_space_sync (
StandardSpace standard_space,
Cancellable? cancellable =
null)
throws Error
Finds a standard colorspace.
WARNING: This function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
this |
a Client instance.
|
standard_space |
standard colorspace value
|
cancellable |
a Cancellable, or null
|
Returns:
A Profile object, or null for error
|