API Reference
Class
XbmReader
Decodes XBM images to RGBA buffers.
Inheritance
- Object
- XbmReader
Methods
public static Byte[] DecodeRgba32(ReadOnlySpan<Byte> xbm, out Int32 width, out Int32 height) #Returns:
Byte[]Decodes an XBM image to an RGBA buffer.
Parameters
- xbm System.ReadOnlySpan{System.Byte}
- width System.Int32@
- height System.Int32@