Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_HexColorToGrayscale

NameCNSImage_HexColorToGrayscale
Description

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

Return TypeText (HexColor)
FormatCNSImage_HexColorToGrayscale ( HexColor )
Required Parameters
HexColor

The Color you want to convert to Grayscale.

Example
Example 1

Returns "2E2E2E"

CNSImage_HexColorToGrayscale( "123456" )