PixelFormat

enum PixelFormat : Enum<PixelFormat>

Format of pixel data read from frame buffer.

Entries

RGBA
Link copied to clipboard
RGBA(4)

Read all channels.

RGB
Link copied to clipboard
RGB(3)

Read red, green and blue channels.

ALPHA
Link copied to clipboard

Read alpha channel only.

Properties

bytesPerPixel
Link copied to clipboard
val bytesPerPixel: Int
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int