Contains some predefined combinations of mask channel weights.
More...
|
| static Color | alpha = new Color(0, 0, 0, 1) |
| |
| static Color | blue = new Color(0, 0, 1, 0) |
| |
| static Color | gray = new Color(1, 1, 1, 0) / 3.0f |
| |
| static Color | green = new Color(0, 1, 0, 0) |
| |
| static Color | red = new Color(1, 0, 0, 0) |
| |
Contains some predefined combinations of mask channel weights.
| Color SoftMasking.MaskChannel.alpha = new Color(0, 0, 0, 1) |
|
static |
| Color SoftMasking.MaskChannel.blue = new Color(0, 0, 1, 0) |
|
static |
| Color SoftMasking.MaskChannel.gray = new Color(1, 1, 1, 0) / 3.0f |
|
static |
| Color SoftMasking.MaskChannel.green = new Color(0, 1, 0, 0) |
|
static |
| Color SoftMasking.MaskChannel.red = new Color(1, 0, 0, 0) |
|
static |
The documentation for this class was generated from the following file: