SetBlue - ColorComponent
Revision as of 01:20, 28 August 2013 by imported>CraftySentinel (Created SetBlue - ColorComponent)
Requires: SKSE 1.06.00 or above.
Member of: ColorComponent Script
Sets the blue component of the specified Alpha-Red-Green-Blue (ARGB) color code to the specified value.
Syntax
int Function SetBlue(int argb, int b) global native
Parameters
argb
- The ARGB color code to set the blue value of, expressed as an integer.
b
- The value to set the blue component to, should only be set to a value in between 0 and 255
Return Value
The altered ARGB color code.