glimpse-core
/
graphics.glimpse
/
PixelFormat
common
Pixel
Format
enum
PixelFormat
:
Enum
<
PixelFormat
>
Content copied to clipboard
Format of pixel data read from frame buffer.
Entries
Functions
Properties
Entries
ALPHA
Link copied to clipboard
common
ALPHA
(bytesPerPixel, 1)
Content copied to clipboard
Read alpha channel only.
RGB
Link copied to clipboard
common
RGB
(bytesPerPixel, 3)
Content copied to clipboard
Read red, green and blue channels.
RGBA
Link copied to clipboard
common
RGBA
(bytesPerPixel, 4)
Content copied to clipboard
Read all channels.
Functions
compareTo
Link copied to clipboard
common
operator override fun
compareTo
(other:
PixelFormat
):
Int
Content copied to clipboard
equals
Link copied to clipboard
common
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
bytesPerPixel
Link copied to clipboard
common
val
bytesPerPixel
:
Int
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard