'Declaration Protected Function New( _
ByVal descriptionDescription of the transform.As System.String, _
ByVal transformsArray of sub transforms of composite transform.() As ColorTransform, _
ByVal sourceFormatFormat of source colors.As Vintasoft.Imaging.ColorSpaceFormat, _
ByVal destFormatFormat of destination colors.As Vintasoft.Imaging.ColorSpaceFormat _
)
protected CompositeColorTransform(
System.String description,
ColorTransform[] transforms,
Vintasoft.Imaging.ColorSpaceFormat sourceFormat,
Vintasoft.Imaging.ColorSpaceFormat destFormat
)
protected: CompositeColorTransform(
System.String description,
ColorTransform*[]* transforms,
Vintasoft.Imaging.ColorSpaceFormat* sourceFormat,
Vintasoft.Imaging.ColorSpaceFormat* destFormat
)
protected:
CompositeColorTransform(
System.String description,
array<ColorTransform^>^ transforms,
Vintasoft.Imaging.ColorSpaceFormat^ sourceFormat,
Vintasoft.Imaging.ColorSpaceFormat^ destFormat
)
Parameters
- description
- Description of the transform.
- transforms
- Array of sub transforms of composite transform.
- sourceFormat
- Format of source colors.
- destFormat
- Format of destination colors.