Skip to content
Snippets Groups Projects
Commit 2f4ec8e3 authored by tpylak's avatar tpylak
Browse files

minor: comment

SVN: 23121
parent 395723d5
No related branches found
No related tags found
No related merge requests found
...@@ -209,6 +209,7 @@ public class MixColors ...@@ -209,6 +209,7 @@ public class MixColors
green += g; green += g;
blue += b; blue += b;
// This is an interesting alternative:
// red = Math.max(red, r); // red = Math.max(red, r);
// green = Math.max(green, g); // green = Math.max(green, g);
// blue = Math.max(blue, b); // blue = Math.max(blue, b);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment