Table of Contents

Class OpacityMask

Namespace
Lime
Assembly
Lime.dll
public class OpacityMask
Inheritance
OpacityMask
Inherited Members

Constructors

OpacityMask(int, int)

public OpacityMask(int width, int height)

Parameters

width int
height int

OpacityMask(string)

public OpacityMask(string path)

Parameters

path string

Properties

Data

public byte[] Data { get; }

Property Value

byte[]

Height

public int Height { get; }

Property Value

int

Stride

public int Stride { get; }

Property Value

int

Width

public int Width { get; }

Property Value

int

Methods

TestPixel(int, int)

public bool TestPixel(int x, int y)

Parameters

x int
y int

Returns

bool