graphics/ detail/ common.bi

Summary
graphics/ detail/ common.bi
LicenseCopyright © 2009, FreeBASIC Extended Library Development Group
Enumerations
DrawMethodsUsed to determine the method to use when drawing an image.

License

Copyright © 2009, FreeBASIC Extended Library Development Group

Distributed under the FreeBASIC Extended Library Group license.  See accompanying file LICENSE.txt or copy at http://code.google.com- /p- /fb-extended-lib- /wiki- /License

Enumerations

DrawMethods

Used to determine the method to use when drawing an image.

PSET_Source pixel values are copied without modification.
PRESET_Source pixel values are 1’s-complement negated before being copied.
TRANS_Source pixel values are copied without modification.  Does not draw source pixels of mask color.
AND_Destination pixels are bitwise ANDed with source pixels.
OR_Destination pixels are bitwise ORed with source pixels.
XOR_Destination pixels are bitwise XORed with source pixels.
ALPHA_Source is blended with a transparency factor specified in the image’s individual pixels.