Modifier and Type | Method and Description |
---|---|
GradientStop |
GradientBase.createGradientStop()
Creates a new
GradientStop . |
GradientStop |
GradientBase.getGradientStop(long i)
Returns a pointer to the gradient stop with the given index or null
if the index is invalid.
|
Modifier and Type | Method and Description |
---|---|
int |
GradientBase.addGradientStop(GradientStop pStop)
Adds a copy of the given
GradientStop object to the end
of the list of gradient stops. |