public class RGBA_Quad
extends org.bridj.StructObject
| Constructor and Description |
|---|
RGBA_Quad() |
RGBA_Quad(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
byte |
alpha()
C type : l_uint8
|
RGBA_Quad |
alpha(byte alpha)
C type : l_uint8
|
byte |
blue()
C type : l_uint8
|
RGBA_Quad |
blue(byte blue)
C type : l_uint8
|
byte |
green()
C type : l_uint8
|
RGBA_Quad |
green(byte green)
C type : l_uint8
|
byte |
red()
C type : l_uint8
|
RGBA_Quad |
red(byte red)
C type : l_uint8
|
public RGBA_Quad()
public RGBA_Quad(org.bridj.Pointer pointer)
public byte blue()
public RGBA_Quad blue(byte blue)
public byte green()
public RGBA_Quad green(byte green)
public byte red()
public RGBA_Quad red(byte red)
public byte alpha()
public RGBA_Quad alpha(byte alpha)