MMColor

Create and enhance color elements

<- Back to MMColor function list

MMColor_GetGrayscale

Description

This function takes any Color you specify and returns the Grayscale equivalent of that color.

Return Type
Text (HexColor)
Format
MMColor_GetGrayscale ( HexColor )
Required Parameters
  • HexColor

    The Color you want to convert to Grayscale.

Related Items
MMColor_IsWebSafe
Example

Code:

MMColor_GetGrayscale("123456")

Result:

Returns "2E2E2E"