ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
bitmapBitCount
ae
utils
graphics
image
Undocumented in source.
template
bitmapBitCount (
COLOR
) {
static if
(
is(COLOR == BGR)
)
enum
bitmapBitCount
;
static if
(!(
is(COLOR == BGR)
))
static if
(
is(COLOR == BGRX) || is(COLOR == BGRA)
)
enum
bitmapBitCount
;
static if
(!(
is(COLOR == BGR)
))
static if
(!(
is(COLOR == BGRX) || is(COLOR == BGRA)
))
static if
(
is(COLOR == L8)
)
enum
bitmapBitCount
;
}
Members
Manifest constants
bitmapBitCount
enum
bitmapBitCount
;
Undocumented in source.
bitmapBitCount
enum
bitmapBitCount
;
Undocumented in source.
bitmapBitCount
enum
bitmapBitCount
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
graphics
image
aliases
ElementViewImage
FXPT2DOT30
GetInputColor
ViewImage
enums
BI_BITFIELDS
isTargetColor
functions
copy
copyPixels
copyScanline
fromPixels
hjoin
parseBMP
parsePBM
toBMP
toPBM
toPNG
toRef
vjoin
properties
bitmapPixelStride
structs
BitmapHeader
CIEXYZ
CIEXYZTRIPLE
Image
ImageRef
InputColor
TargetColor
templates
bitmapBitCount
downscale