SKMaskFormat Enum

Definition

Formats that indicate the memory format of the underlying image data of a SKMask.

public enum SKMaskFormat
Inheritance
SKMaskFormat

Fields

A8 1

8-bits per pixel mask (e.g. anti-aliasing).

Argb32 3

Premultiplied color.

BW 0

1-bit per pixel mask (e.g. monochrome).

Lcd16 4

565 alpha for RGB.

Sdf 5
ThreeD 2

3 8-bit per pixel planes: alpha, mul, add.

Applies to