Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Methods / GetColorFromCMYK

GetColorFromCMYK method

Returns the RGB color identifier based on the CMYK color components. Please be aware that no color profile is used for this conversion.

Syntax

Number GetColorFromCMYK(nC As Number, nM As Number, nY As Number, nK As Number)

Return value

Returns the RGB color value.

Parameters

ParameterTypeRequiredDescription
nCNumberYesParameter specifying the red color component.
nMNumberYesParameter specifying the green color component.
nYNumberYesParameter specifying the blue color component.
nKNumberYesParameter specifying the blue color component.

Category

Color conversion

See also

GetColorFromHTML | GetColorFromRGB