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 rgb representation of the given color
the color to convert
Generated using TypeDoc
The ColorConversionController is responsible for all communication regarding color coversion. Methods inside this controller can be called by
window.SDK.colorConversion.{method-name}