convert method

convert

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

Returns

A new instance of the IColorComponents interface

def convert(self, model):
    ...
ParameterTypeDescription
modelColorModelThe color model.

See Also