ColorTransform.proofing
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"2.10" ) ]
public ColorTransform.proofing (
ColorProfile src_profile,
Object src_format,
ColorProfile dest_profile,
Object dest_format,
ColorProfile proof_profile,
ColorRenderingIntent proof_intent,
ColorRenderingIntent display_intent,
ColorTransformFlags flags)
This function creates a simulation / proofing color transform.
See ColorTransform about the color spaces to transform
between.
Parameters:
| src_profile |
the source ColorProfile
|
| src_format |
the source Object format
|
| dest_profile |
the destination ColorProfile
|
| dest_format |
the destination Object format
|
| proof_profile |
the proof ColorProfile
|
| proof_intent |
the proof intent
|
| display_intent |
the display intent
|
| flags |
transform flags
|
Returns:
|
the ColorTransform, or null if there was an
error.
|