Enum MetaImage.EColorHint
Hints describing the pixel color format of a meta image.
Namespace: ImageSdkWrapper Assembly: ImageSdkWrapper.MAUI
public enum MetaImage.EColorHint
Field
Mono
Monochrome.
Mono = 2
Returns
- EColorHint
OneBit
One-bit per pixel (black and white).
OneBit = 1
Returns
- EColorHint
Rgba
RGBA.
Rgba = 3
Returns
- EColorHint
Undefined
Color interpretation is undefined.
Undefined = 0
Returns
- EColorHint