Table of Contents

Class FastBitmap

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public class FastBitmap
Inheritance
FastBitmap
Inherited Members

Fields

_bmp

public SKBitmap _bmp

Field Value

SKBitmap

Properties

Stride

public int Stride { get; }

Property Value

int

bmp

public SKBitmap bmp { get; set; }

Property Value

SKBitmap

Methods

GetPixel(int, int)

public int GetPixel(int x, int y)

Parameters

x int
y int

Returns

int

SetPixel(int, int, int)

public void SetPixel(int x, int y, int color)

Parameters

x int
y int
color int