ColorUtilities.GetBlueComponent(Variable) Method

Top 

Description

Gets blue component of the specified 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.GetBlueComponent(

Variable color)

 

 

Arguments

color


Description:

Variable color.

 

 

 

Return Value

Type:

number

 

 

Returns a Variable for the blue component value (0-1) of the specified color.

 

Syntax

myVariable1 = ColorTools.GetBlueComponent(myVariable2);

 

 

See also

ColorUtilities Object

Color Reference