• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Solved Any way to change CUA black hair?

mattix1212

New member
Joined
Jun 30, 2023
Messages
8
Reactions
1
There's a few plugins like Vamifier that let you change the colour of CUA hair, but they don't seem to work on hair that is dark black. Any solutions?
 
Solution
Of course : )

Changing color of a pixel is a basic mathematic multiplication : original color of the channel * target color of the channel. (there are 3 channels, RGB)
Black being an absence of color with a value of zero, then end calculation ends up being 0 * target color. And as you know, 0 times whatever = zero :p

The only potential solution here would be to pinpoint the name of the texture slot, change it, then apply your color.
Of course : )

Changing color of a pixel is a basic mathematic multiplication : original color of the channel * target color of the channel. (there are 3 channels, RGB)
Black being an absence of color with a value of zero, then end calculation ends up being 0 * target color. And as you know, 0 times whatever = zero :p

The only potential solution here would be to pinpoint the name of the texture slot, change it, then apply your color.
 
Upvote 0
Solution
Back
Top Bottom