bytesPerColor.bytesPerColor

Undocumented in source.
  1. enum bytesPerColor;
    template bytesPerColor(int pixelformat, T = ubyte)
    static if(pixelformat == PixelFormat.RGBA || pixelformat == PixelFormat.ARGB || pixelformat == PixelFormat.BGRA)
    enum bytesPerColor = 4 * T.sizeof;
  2. enum bytesPerColor;

Meta