MMColor

Create and enhance color elements

<- Back to MMColor function list

MMColor_HexToDec

Description

Returns the Decimal representation of the Hex number passed to the "Hex" parameter.

Return Type
Number
Format
MMColor_HexToDec ( Hex )
Required Parameters
  • Hex

    The Hexidecimal number to convert to Decimal.

Related Items
MMColor_DecToHex
Example

Code:

MMColor_HexToDec("7F")

Result:

Returns 127.