Background for Skyrim SE
Member of the ColorComponent script
intfunctionGetBlue(intargb)NativeGlobal

Description

Wiki Description

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


Caveats


Parameters

intargb


Examples

No human-generated examples found for this function.

Auto-Generated Example

int myInt__argb

int returnedValue = ColorComponent.GetBlue(myInt__argb)

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.