Enum NativeImageQueue.ColorFormat

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public enum ColorFormat : int
Name Description
BGR888

8 blue bits, 8 green bits, 8 red bits

BGRA8888

8 blue bits, 8 green bits, 8 red bits, alpha 8 bits

BGRX8888

8 blue bits, 8 green bits, 8 red bits, and 8 ignored bits

RGB888

8 red bits, 8 green bits, 8 blue bits

RGBA8888

8 red bits, 8 green bits, 8 blue bits, alpha 8 bits

RGBX8888

8 red bits, 8 green bits, 8 blue bits, and 8 ignored bits

Extension Methods