Searched defs:RawImageData (Results 1 – 1 of 1) sorted by relevance
15 public struct RawImageData struct17 public RawImageData(byte[] bytes, int width, int height) in RawImageData() argument28 public Stream ToPng() in ToPng()45 public byte[] Bytes { get; }46 public int Width { get; }47 public int Height { get; }48 … public const PixelFormat PixelFormat = Antmicro.Renode.Backends.Display.PixelFormat.RGBA8888;