SetColorChannels
Sets the coefficients of the red, green, blue and alpha channels. The default is Rgba::WHITE (all channels are 1.0). Examples // Get rid of all red color //
Transforms::SetColorChannels( Rgba( 0.0, 1.0, 1.0 )); // Revert back to normal // Transforms::SetColorChannels( Rgba::WHITE ); Other functions of the class Transforms
Questions about SetColorChannels? Click here. |