dataset
/
org.jetbrains.kotlinx.dl.dataset.image
/
ColorOrder
Color
Order
enum
ColorOrder
:
Enum
<
ColorOrder
>
Content copied to clipboard
Represents the order of colors in pixel reading.
Entries
Properties
Entries
BGR
Link copied to clipboard
BGR
()
Content copied to clipboard
Blue, green, red.
RGB
Link copied to clipboard
RGB
()
Content copied to clipboard
Red, green, blue.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard