The ColorConversionController is responsible for all communication regarding color coversion. Methods inside this controller can be called by window.SDK.colorConversion.{method-name}
window.SDK.colorConversion.{method-name}
This method converts the given color to its rgb representation
the color to convert
the rgb representation of the given color
The ColorConversionController is responsible for all communication regarding color coversion. Methods inside this controller can be called by
window.SDK.colorConversion.{method-name}