public static enum LXBufferOutput.ByteOrder extends Enum<LXBufferOutput.ByteOrder>
Enum Constant and Description |
---|
BGR |
BGRW |
BRG |
BRGW |
GBR |
GBRW |
GRB |
GRBW |
RBG |
RBGW |
RGB |
RGBW |
WBGR |
WBRG |
WGBR |
WGRB |
WRBG |
WRGB |
Modifier and Type | Method and Description |
---|---|
int[] |
getByteOffset() |
int |
getNumBytes() |
boolean |
hasWhite() |
static LXBufferOutput.ByteOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXBufferOutput.ByteOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LXBufferOutput.ByteOrder RGB
public static final LXBufferOutput.ByteOrder RBG
public static final LXBufferOutput.ByteOrder GRB
public static final LXBufferOutput.ByteOrder GBR
public static final LXBufferOutput.ByteOrder BRG
public static final LXBufferOutput.ByteOrder BGR
public static final LXBufferOutput.ByteOrder RGBW
public static final LXBufferOutput.ByteOrder RBGW
public static final LXBufferOutput.ByteOrder GRBW
public static final LXBufferOutput.ByteOrder GBRW
public static final LXBufferOutput.ByteOrder BRGW
public static final LXBufferOutput.ByteOrder BGRW
public static final LXBufferOutput.ByteOrder WRGB
public static final LXBufferOutput.ByteOrder WRBG
public static final LXBufferOutput.ByteOrder WGRB
public static final LXBufferOutput.ByteOrder WGBR
public static final LXBufferOutput.ByteOrder WBRG
public static final LXBufferOutput.ByteOrder WBGR
public static LXBufferOutput.ByteOrder[] values()
for (LXBufferOutput.ByteOrder c : LXBufferOutput.ByteOrder.values()) System.out.println(c);
public static LXBufferOutput.ByteOrder valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean hasWhite()
public int getNumBytes()
public int[] getByteOffset()
LX library by Mark C. Slee. © 2012-2020