public KernelImage(int index, MemFlags flags, byte[] bytes, int width, int height, SystemGDI.PixelFormat pixelFormat) : this(index, flags, bytes, width, height, pixelFormat.ToGPU()) { }
private KernelImage(int index, MemFlags flags, int width, int height, SystemGDI.PixelFormat format) : this(index, flags, width, height, format.ToGPU()) { }