CMYK.ToARGB
Method in CMYK
Declaration
public ARGB ToARGB()
Description
Converts the components to ARGB components.
Returns
ARGB | The converted ARGB components. |
Overload
Declaration
public ARGB ToARGB(float alpha)
Description
Converts the components to ARGB components.
Parameters
alpha | The alpha component of the color in the range [0..1]. |
Returns
ARGB | The converted ARGB components. |