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