Difference between revisions of "Translations:Map Display/19/en"

From BergerHealer Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 12:33, 3 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Map Display)
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
 |}

Drawing can be done using simple color blending modes:

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