z

Enum MetaImage.EColorHint

Hints describing the pixel color format of a meta image.

public enum MetaImage.EColorHint

Field

Mono

Monochrome.

Mono = 2

OneBit

One-bit per pixel (black and white).

OneBit = 1

Rgba

RGBA.

Rgba = 3

Undefined

Color interpretation is undefined.

Undefined = 0
Top