Background for Skyrim SE
Member of the ColorComponent script
intfunctionSetBlue(intargb, intb)NativeGlobal

Description

Wiki Description

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


Caveats


Parameters

intargb

intb


Examples

No human-generated examples found for this function.

Auto-Generated Example

int myInt__argb
int myInt__b

int returnedValue = ColorComponent.SetBlue(myInt__argb, myInt__b)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.