dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
ImageData.BLIT_SRC
org
eclipse
swt
graphics
ImageData
ImageData
Blit operation bits to be OR'ed together to specify the desired operation.
int
BLIT_SRC
;
class
ImageData
static const
int
BLIT_SRC
;
int
BLIT_ALPHA
;
int
BLIT_DITHER
;
Meta
Source
See Implementation
org
eclipse
swt
graphics
ImageData
ImageData
constructors
this
functions
clone
colorMaskImage
getAlpha
getAlphas
getByteOrder
getPixel
getPixels
getRGBs
getTransparencyMask
getTransparencyType
scaledTo
setAllFields
setAlpha
setAlphas
setPixel
setPixels
static functions
blit
buildDitheredGradientChannel
buildPreciseGradientChannel
bwPalette
checkData
closestMatch
convertMask
convertPad
createGradientBand
fillGradientRectangle
getChannelField
getChannelShift
getChannelWidth
getMSBOffset
internal_new
static variables
ALPHA_CHANNEL_SEPARATE
ALPHA_CHANNEL_SOURCE
ALPHA_MASK_INDEX
ALPHA_MASK_PACKED
ALPHA_MASK_RGB
ALPHA_MASK_UNPACKED
ALPHA_OPAQUE
ALPHA_TRANSPARENT
BLIT_ALPHA
BLIT_DITHER
BLIT_SRC
DITHER_MATRIX
LSB_FIRST
MSB_FIRST
variables
alpha
alphaData
bytesPerLine
data
delayTime
depth
disposalMethod
height
maskData
maskPad
palette
scanlinePad
transparentPixel
type
width
x
y
Blit operation bits to be OR'ed together to specify the desired operation.