'Declaration Public Function GetColorTransformUsingEmbeddedProfileMetadata( _
ByVal sourceColorFormatSource color format.As Vintasoft.Imaging.ColorSpaceFormat, _
ByVal destColorFormatDestination color format.As Vintasoft.Imaging.ColorSpaceFormat, _
ByVal inputIccProfileMetadataMetadata node that stores an input ICC profile.As Vintasoft.Imaging.Metadata.IccProfileMetadata _
) As ColorTransform
public ColorTransform GetColorTransformUsingEmbeddedProfileMetadata(
Vintasoft.Imaging.ColorSpaceFormat sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat destColorFormat,
Vintasoft.Imaging.Metadata.IccProfileMetadata inputIccProfileMetadata
)
public: ColorTransform* GetColorTransformUsingEmbeddedProfileMetadata(
Vintasoft.Imaging.ColorSpaceFormat* sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat* destColorFormat,
Vintasoft.Imaging.Metadata.IccProfileMetadata* inputIccProfileMetadata
)
public:
ColorTransform^ GetColorTransformUsingEmbeddedProfileMetadata(
Vintasoft.Imaging.ColorSpaceFormat^ sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat^ destColorFormat,
Vintasoft.Imaging.Metadata.IccProfileMetadata^ inputIccProfileMetadata
)
Parameters
- sourceColorFormat
- Source color format.
- destColorFormat
- Destination color format.
- inputIccProfileMetadata
- Metadata node that stores an input ICC profile.
Return Value
A ColorTransform that can be used for transforming colors from sourceColorFormat to destColorFormat, or null if necessary transform was not found.