gear_painter ![code/game/machinery/colormate.dm 5](git.png)
Vars | |
allow_mobs | Allow holder'd mobs |
---|---|
minimum_matrix_lightness | Minimum lightness for matrix mode, tested using 4 test colors of full red, green, blue, white. |
minimum_matrix_tests | Minimum matrix tests that must pass for something to be considered a valid color (see above) |
minimum_normal_lightness | Minimum lightness for normal mode |
temp | Temporary messages |
Procs | |
build_preview | Produces the preview image of the item, used in the UI, the way the color is not stacking is a sin. |
Var Details
allow_mobs ![code/game/machinery/colormate.dm 23](git.png)
Allow holder'd mobs
minimum_matrix_lightness ![code/game/machinery/colormate.dm 27](git.png)
Minimum lightness for matrix mode, tested using 4 test colors of full red, green, blue, white.
minimum_matrix_tests ![code/game/machinery/colormate.dm 29](git.png)
Minimum matrix tests that must pass for something to be considered a valid color (see above)
minimum_normal_lightness ![code/game/machinery/colormate.dm 25](git.png)
Minimum lightness for normal mode
temp ![code/game/machinery/colormate.dm 38](git.png)
Temporary messages
Proc Details
build_preview
Produces the preview image of the item, used in the UI, the way the color is not stacking is a sin.