servicecatalog / oscm

An Enterprise-ready Cloud Services Management Software.
https://openservicecatalogmanager.org
Apache License 2.0
38 stars 14 forks source link

Implement Converter for Hex to RGB array #1215

Closed farmakiG closed 3 years ago

farmakiG commented 3 years ago

Summary Implement JSF Converter for converting the Hex String value of a color to an array of three rgb integer values.

Details If applicapable, detailed information regarding things to be considered, requirements etc.

Acceptance criteria

Additional context N/A.

farmakiG commented 3 years ago

Closed, as the hexToRgb function was implemented via javascript.