Cicode Programming Reference > Cicode Function Categories > Color Functions Introduction > GetBlueValue

GetBlueValue

Returns the Blue component of a packed RGB color.

Syntax

GetBlueValue(nPackedRGB)

nPackedRGB:

The packed RGB color.

Return Value

The red value (0-255) - if successful, otherwise an error is returned.

Related Functions

GetRedValue, GetGreenValue

See Also

Color Functions