@ujjwalvivek/tinyts
Examples
Untitled Game
Preparing search index...
index
ColorStop
Interface ColorStop
Represents a color stop for a gradient.
interface
ColorStop
{
color
:
string
;
offset
:
number
;
}
Index
Properties
color
offset
Properties
color
color
:
string
CSS color string.
offset
offset
:
number
Offset between 0 and 1.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
offset
Examples
Untitled Game
@ujjwalvivek/tinyts
Loading...
Represents a color stop for a gradient.