public interface IlvMultipleGradientPaintConstants
Modifier and Type | Field and Description |
---|---|
static short |
LINEAR_RGB
Indicates that the color interpolation should occur in linearized
RGB space.
|
static short |
SPREAD_PAD
Indicates that if the gradient starts or ends inside the target region,
the remainder region is filled with the terminal color
of the gradient.
|
static short |
SPREAD_REFLECT
Indicates that if the gradient starts or ends inside the target region,
the gradient is reflected continuously until the remainder
region is filled.
|
static short |
SPREAD_REPEAT
Indicates that if the gradient starts or ends inside the target region,
the gradient is repeated continuously until the remainder
region is filled.
|
static short |
SRGB
Indicates that the color interpolation should occur in sRGB space.
|
static final short SPREAD_PAD
static final short SPREAD_REFLECT
static final short SPREAD_REPEAT
static final short SRGB
static final short LINEAR_RGB
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.