protected ColorTransformWithWhitePoint(
System.String description,
Vintasoft.Imaging.ColorSpaceFormat sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat destColorFormat
)
protected: ColorTransformWithWhitePoint(
System.String description,
Vintasoft.Imaging.ColorSpaceFormat* sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat* destColorFormat
)
protected:
ColorTransformWithWhitePoint(
System.String description,
Vintasoft.Imaging.ColorSpaceFormat^ sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat^ destColorFormat
)
'Declaration Protected Function New( _
ByVal descriptionDescription of the transform.As System.String, _
ByVal sourceColorFormatFormat of source colors.As Vintasoft.Imaging.ColorSpaceFormat, _
ByVal destColorFormatFormat of destination colors.As Vintasoft.Imaging.ColorSpaceFormat _
)
Parameters
- description
- Description of the transform.
- sourceColorFormat
- Format of source colors.
- destColorFormat
- Format of destination colors.