- Found in:
- SKSE
Description
Wiki Description
Gets the value of the specified Alpha-Red-Green-Blue (ARGB) color code.
Caveats
CK Wiki - Notes
- Value is also known as Luminosity or Brightness.
- Prior to SKSE 1.6.03, this function was known as GetLuminosity.
Parameters
intargb
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__argb
float returnedValue = ColorComponent.GetValue(myInt__argb)Related Pages
- ColorComponent
- ColorComponent.GetAlpha(...)
- ColorComponent.GetHue(...)
- ColorComponent.GetSaturation(...)
