Color.Convert

Color.Convert method

Returns a color components in the format of the specified color model.

public IColorComponents Convert(ColorModel model)
ParameterTypeDescription
modelColorModelThe color model.

Return Value

A new instance of the IColorComponents interface

See Also