CFLConvertRGBAStringToHexA Procedure

  • 2 minutes to read

Codeunit CFL Color Convert Mgt.

Converts an RGBA string to HEXA format.

Signature

CFLConvertRGBAStringToHexA(RGBA: text) HexA: text

Parameters

RGBA text

The RGBA string (e.g., '255,128,64,0.5').

Returns

text

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