0
Turning red pixels white
Can someone please explain how this code is turning red pixels white? Thank you! if (triple.rgbtRed == 255 && triple.rgbtBlue == 0) { triple.rgbtBlue = 255; triple.rgbtGreen = 255; }
1 Réponse
+ 1
~ swim ~ That makes sense. Thanks for answering.