tida v0.1.3 (2022-04-24T19:31:37Z)
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