GetBlue - ColorComponent

Revision as of 05:41, 28 August 2013 by imported>CraftySentinel (Minor Formatting Change)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Source: SKSE 1.06.00

Member of: ColorComponent Script


Gets the blue component's value from the specified Alpha-Red-Green-Blue (ARGB) color code.

Syntax

int Function GetBlue(int argb) global native

Parameters

argb

The ARGB color code to retrieve the blue component value of, expressed as an integer.

Return Value

The blue value of the ARGB code, ranges from 0 to 255.


See Also