CNSImage_HexColorToGrayscale
Name | CNSImage_HexColorToGrayscale |
---|
Description | This function takes any Color you specify and returns the Grayscale equivalent of that color.
|
---|
Return Type | Text (HexColor) |
---|
Format | CNSImage_HexColorToGrayscale ( HexColor ) |
---|
Required Parameters | HexColor The Color you want to convert to Grayscale.
|
---|
Example | - Example 1
Returns "2E2E2E" CNSImage_HexColorToGrayscale( "123456" )
|
---|