public interface IGradientBrush extends ITransformableBrush
Declare methods for getting common properties of gradient brushes.
Modifier and Type | Method and Description |
---|---|
float[] |
getBlendFactors()
Get the blend factors that define a custom falloff for the gradient.
|
float[] |
getBlendPositions()
Get the blend positions that define a custom falloff for the gradient.
|
IInterpolationColor[] |
getInterpolationColors()
Get the interpolation colors that defines a multicolor linear gradient.
|
getTransformationMatrix, getWrapMode
IInterpolationColor[] getInterpolationColors()
Get the interpolation colors that defines a multicolor linear gradient.
float[] getBlendPositions()
Get the blend positions that define a custom falloff for the gradient.
float[] getBlendFactors()
Get the blend factors that define a custom falloff for the gradient.