Home
last modified time | relevance | path

Searched defs:RawImageData (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DRawImageData.cs15 public struct RawImageData struct
17 public RawImageData(byte[] bytes, int width, int height) in RawImageData() argument
28 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;