CFLConvertHEXAtoRGBAString Procedure

  • 2 minutes to read

Codeunit CFL Color Convert Mgt.

Converts a HEXA color code to an RGBA string representation.

Signature

CFLConvertHEXAtoRGBAString(HexA: text) RGBA: text

Parameters

HexA text

The HEXA color code (e.g., '#AARRGGBB').

Returns

text

A string in RGBA format (e.g., '255,128,64,0.5').