CFLConvertHEXtoHEXA Procedure

  • 2 minutes to read

Codeunit CFL Color Convert Mgt.

Converts a HEX color code to HEXA format by adding full opacity (FF).

Signature

CFLConvertHEXtoHEXA(Hex: text) HexA: text

Parameters

Hex text

The HEX color code (e.g., '#RRGGBB' or 'RRGGBB').

Returns

text

The HEXA color code with full opacity (e.g., '#FFRRGGBB').