Voting

: max(five, seven)?
(Example: nine)

The Note You're Voting On

annonymous at example dot com
21 years ago
in addition to code_couturier - try this formula to calculate gray-value (luminance) in his "more exact" way:

$gray = round(.299*$red + .587*$green + .114*$blue);

<< Back to user notes page

To Top