ColorUtilities.GetColorName(Variable) Method

Top 

Description

Gets color name based on color.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

ColorUtilities.GetColorName(

Variable color)

 

 

Arguments

color


Description:

Variable color.

 

 

 

Return Value

Type:

string

 

 

Returns a String name representation of the specified color. Returns an empty string if the specified color is unknown.

 

Syntax

myString1 = ColorTools.GetColorName(myVariable1);

 

 

See also

ColorUtilities Object

Color Reference