In other places where equals sign is used the left hand side doesn't have any decorations around it. But in other places single quotes (apostrophes) are used. Like this:
* <pre>
* 0 = normal
* 1 = normal
* 2 = layer
* 3 = multiply
* 4 = screen
* 5 = lighten
* 6 = darken
* 7 = difference
* 8 = add
* 9 = subtract
* 10 = invert
* 11 = alpha
* 12 = erase
* 13 = overlay
* 14 = hardlight
* </pre>
/**
* The enum representing a 'lighten' blend mode.
*/
Best.
Oleg
