PixelFormat

enum PixelFormat : Enum<PixelFormat>

Format of pixel data read from frame buffer.

Entries

Link copied to clipboard
RGBA(4)

Read all channels.

Link copied to clipboard
RGB(3)

Read red, green and blue channels.

Link copied to clipboard

Read alpha channel only.

Properties

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