SetGreen - ColorComponent

From the CreationKit Wiki
Revision as of 01:18, 28 August 2013 by imported>CraftySentinel (Created SetGreen - ColorComponent)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Requires: SKSE 1.06.00 or above.

Member of: ColorComponent Script


Sets the green component of the specified Alpha-Red-Green-Blue (ARGB) color code to the specified value.

Syntax

int Function SetGreen(int argb, int g) global native

Parameters

argb

The ARGB color code to set the green value of, expressed as an integer.

g

The value to set the green component to, should only be set to a value in between 0 and 255 (inclusive).

Return Value

The altered ARGB color code.


See Also