Interface IBitmap
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public interface IBitmap
- Extension Methods
Properties
Height
int Height { get; }
Property Value
Pixels
int[] Pixels { get; }
Property Value
- int[]
Width
int Width { get; }
Property Value
Methods
GetPixel(int, int)
SKColor GetPixel(int x, int y)
Parameters
Returns
GetPixelRel(float, float)
SKColor GetPixelRel(float x, float y)
Parameters
Returns
GetPixelsTransformed(int, int)
int[] GetPixelsTransformed(int rot = 0, int alpha = 100)
Parameters
Returns
- int[]