Negative Color... Help me!

how to get negative color value from color? does someone know?

1 Like

subtract from 255 the current color’s R, G, and B value to get the inverted value for each color

Example:
255 255 0 yellow
0 0 255 blue

The easiest is to pass the value to a color item component such as. background color, text color etc…

Or if you want to calculate the color

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.