|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| final int | swigValue () |
| String | toString () |
Static Public Member Functions | |
| static VgPixelFormat | swigToEnum (int swigValue) |
Static Public Attributes | |
| static final VgPixelFormat | eRGB = new VgPixelFormat("eRGB") |
| static final VgPixelFormat | eRGBA = new VgPixelFormat("eRGBA") |
The pixel format to use in the image data.
|
static |
| final int VgPixelFormat.swigValue | ( | ) |
| String VgPixelFormat.toString | ( | ) |
|
static |
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 |
Each pixel is in RGBA format (same as RGB with a fourth component representing alpha).