public class RGBA extends RGB
| Modifier and Type | Field and Description |
|---|---|
protected short |
alpha |
| Constructor and Description |
|---|
RGBA(int red,
int green,
int blue,
int alpha)
Create an
RGBA record. |
| Modifier and Type | Method and Description |
|---|---|
short |
getAlpha()
Get alpha component.
|
static String |
toByte(int val)
puts in leading zeros to make things come out right
|
String |
toString() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.