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