CFLConvertHEXAtoHEX Procedure

  • 2 minutes to read

Codeunit CFL Color Convert Mgt.

Converts a HEXA color code to HEX format by removing the alpha channel.

Signature

CFLConvertHEXAtoHEX(HexA: text) Hex: text

Parameters

HexA text

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

Returns

text

The HEX color code without alpha channel (e.g., '#RRGGBB').