static BlendComposite |
BlendComposite.COLOR_BURN_COMPOSITE |
BlendComposite object that implements the opaque COLOR_BURN rule with an alpha
of 1.0f.
|
static BlendComposite |
BlendComposite.COLOR_DODGE_COMPOSITE |
BlendComposite object that implements the opaque COLOR_DODGE rule with an alpha
of 1.0f.
|
static BlendComposite |
BlendComposite.DARKEN_COMPOSITE |
BlendComposite object that implements the opaque DARKEN rule with an alpha of
1.0f.
|
static BlendComposite |
BlendComposite.DIFFERENCE_COMPOSITE |
BlendComposite object that implements the opaque DIFFERENCE rule with an alpha
of 1.0f.
|
static BlendComposite |
BlendComposite.EXCLUSION_COMPOSITE |
BlendComposite object that implements the opaque EXCLUSION rule with an alpha of
1.0f.
|
static BlendComposite |
BlendComposite.HARD_LIGHT_COMPOSITE |
BlendComposite object that implements the opaque HARD_LIGHT rule with an alpha
of 1.0f.
|
static BlendComposite |
BlendComposite.LIGHTEN_COMPOSITE |
BlendComposite object that implements the opaque LIGHTEN rule with an alpha of
1.0f.
|
static BlendComposite |
BlendComposite.MULTIPLY_COMPOSITE |
BlendComposite object that implements the opaque MULTIPLY rule with an alpha of
1.0f.
|
static BlendComposite |
BlendComposite.OVERLAY_COMPOSITE |
BlendComposite object that implements the opaque OVERLAY rule with an alpha of
1.0f.
|
static BlendComposite |
BlendComposite.SCREEN_COMPOSITE |
BlendComposite object that implements the opaque SCREEN rule with an alpha of
1.0f.
|
static BlendComposite |
BlendComposite.SOFT_LIGHT_COMPOSITE |
BlendComposite object that implements the opaque SOFT_LIGHT rule with an alpha
of 1.0f.
|