The DbColorFunctions script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Dylbills Papyrus Functions (Dylbills PE).
For this script, the Papyrus index knows about:
- 14 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- Dylbills PE
get random rgb color in int array.
- Found in:
- Dylbills PE
get a random hsl color in int array.
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
Convert R G B to single int (base 10 instead of base 16 for hex)
- Found in:
- Dylbills PE
Opposite of RGBToInt. Convert RGBInt (base 10) to seperate R G B values and return float array. [0] = R, [1] = G, [2] = B
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
rgb / hsl conversion functions I wrote from following this guide:
https://www.niwa.nu/2013/05/math-behind-colorspace-conversions-rgb-hsl/
convert RGB to HSL format and return in int array. [0] = H [1] = S [2] = L
S and L are ints between 0 and 100 (percent)- Found in:
- Dylbills PE
convert HSL to RGB format and return in int array. [0] = R [1] = G [2] = B
S and L input should be between 0 and 100 (percent)- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
for use in text replacement, such as in books, or MCM text.
Adds color font to string
