public static class ImageProxy.RGB extends Object
| Constructor and Description |
|---|
RGB(int red,
int green,
int blue)
Value constructor for a RGB value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBlue()
Returns the blue value.
|
int |
getGreen()
Returns the green value.
|
int |
getRed()
Returns the red value.
|
Copyright © 2017. All rights reserved.