tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
bytesPerColor.bytesPerColor
tida
color
bytesPerColor
Undocumented in source.
enum
bytesPerColor
;
template
bytesPerColor
(int pixelformat, T = ubyte)
static if
(
pixelformat == PixelFormat.RGBA || pixelformat == PixelFormat.ARGB || pixelformat == PixelFormat.BGRA
)
enum
bytesPerColor
=
4
*
T.sizeof
;
enum
bytesPerColor
;
Meta
Source
See Source File
tida
color
bytesPerColor
manifest constants
bytesPerColor