hairRGBV1
this mod adds 4 rgb pickers next to the in-game hair HSL for swf hairs to potentially use instead of borrowing other rgb pickers from the various clothing menus.
by itself, this mod does nothing, it purely provides capabilities for managing hair color of hair swf mods that support it, similar to what the mod allalphasliders does for clothing mods.
for mod creators:
this mod will try to set the fill of these named instances on your mods placed on the various hair mod containers:
'rgbFill'
'rgbFill2'
'rgbFill3'
'rgbFill4'
there are also outline fill containers, that use a full alpha and a color offset to make them darker:
'outline'
'outline2'
'outline3'
'outline4'
if you wish to check if this mod has been loaded, you can use
if(l.hairRGB_comm)
an example hair mod is included in the test hair folder,
Messy_Short_Ponytail, by sclover13 https://www.undertow.club/downloads/authors/sclover13.4732/
its resource page can be found here if there are further updates to the mod:
this mod adds 4 rgb pickers next to the in-game hair HSL for swf hairs to potentially use instead of borrowing other rgb pickers from the various clothing menus.
by itself, this mod does nothing, it purely provides capabilities for managing hair color of hair swf mods that support it, similar to what the mod allalphasliders does for clothing mods.
for mod creators:
this mod will try to set the fill of these named instances on your mods placed on the various hair mod containers:
'rgbFill'
'rgbFill2'
'rgbFill3'
'rgbFill4'
there are also outline fill containers, that use a full alpha and a color offset to make them darker:
'outline'
'outline2'
'outline3'
'outline4'
if you wish to check if this mod has been loaded, you can use
if(l.hairRGB_comm)
an example hair mod is included in the test hair folder,
Messy_Short_Ponytail, by sclover13 https://www.undertow.club/downloads/authors/sclover13.4732/
its resource page can be found here if there are further updates to the mod: