public final class VgPixelFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VgPixelFormat |
eRGB
Each pixel is in RGB format (the first byte is for the red component, the second
for the green component and the third one is for the blue component).
|
static VgPixelFormat |
eRGBA
Each pixel is in RGBA format (same as RGB with a fourth component representing alpha).
|
Modifier and Type | Method and Description |
---|---|
static VgPixelFormat |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final VgPixelFormat eRGB
public static final VgPixelFormat eRGBA
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgPixelFormat swigToEnum(int swigValue)