Background for Skyrim SE
Member of the ColorComponent script
intfunctionSetValue(intargb, floatv)NativeGlobal

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


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.