(svn r23376) -Remove: on popular demand, remove my (revoked) name from comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)

This commit is contained in:
truebrain
2011-11-30 01:22:18 +00:00
parent c641efc387
commit d6e042c735
5 changed files with 4 additions and 9 deletions

View File

@@ -24,8 +24,7 @@
/**
* Convert RGB colours to Grayscale using 29.9% Red, 58.7% Green, 11.4% Blue
* (average luminosity formula) -- Dalestan
* This in fact is the NTSC Colour Space -- TrueLight
* (average luminosity formula, NTSC Colour Space)
*/
static inline byte RGBToGrayscale(byte red, byte green, byte blue)
{