All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)Drawing can be done using simple color blending modes:
{| class="wikitable"
 ! Name !! Description
 |-
 | NONE || Overwrites all previous pixels in the area
 |-
 | OVERLAY || Writes on top of previous pixels, unless the pixel being drawn is transparent
 |-
 | AVERAGE || Takes the color average of the previous and new pixel being drawn
 |-
 | ADD || Adds the color values of the previous and new pixel being drawn
 |-
 | SUBTRACT || Subtracts the color difference of the previous and new pixel being drawn
 |-
 | MULTIPLY || Multiplies the color value of the previous and new pixel being drawn
 |}