@rendley/sdk - v1.15.19
Preparing search index...
ShapeGradientStop
Interface ShapeGradientStop
One color stop of a shape gradient.
offset
is the position along the gradient (0..1).
interface
ShapeGradientStop
{
color
:
string
;
offset
:
number
;
}
Index
Properties
color
offset
Properties
color
color
:
string
offset
offset
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
offset
@rendley/sdk - v1.15.19
Loading...
One color stop of a shape gradient.
offsetis the position along the gradient (0..1).