variable tColorputcolor [0.75, 1.0, 0.5] into tColor// Store the old red valuevariable tRedputthe red of tColor into tRed// Invert the intensity of the red color componentsetthe red of tColor to1.0 - tRed
Description
The red component of mColor
Note: The component value denotes the intensity of that component, expressed as a real number between 0 and 1.