bytesPerColor.bytesPerColor

Undocumented in source.
  1. enum bytesPerColor;
  2. 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