Search
Preparing search index...
The search index is not available
Delightex API
Options
All
Public
Public/Protected
All
Inherited
Deprecated
Menu
Delightex API
GUI
Gradient
Class Gradient
Hierarchy
Gradient
Index
Constructors
constructor
Properties
first
Color
last
Color
orientation
none
Methods
create
horizontal
vertical
Constructors
constructor
new
Gradient
(
)
:
Gradient
Returns
Gradient
Properties
Readonly
first
Color
first
Color
:
ColorWithAlpha
Readonly
last
Color
last
Color
:
ColorWithAlpha
Readonly
orientation
orientation
:
Orientation
Static
Readonly
none
none
:
Gradient
Methods
Static
create
create
(
orientation
:
Orientation
, firstColor
:
ColorWithAlpha
, lastColor
:
ColorWithAlpha
,
...
stops
:
GradientStop
[]
)
:
Gradient
Parameters
orientation:
Orientation
firstColor:
ColorWithAlpha
lastColor:
ColorWithAlpha
Rest
...
stops:
GradientStop
[]
Returns
Gradient
Static
horizontal
horizontal
(
firstColor
:
ColorWithAlpha
, lastColor
:
ColorWithAlpha
,
...
stops
:
GradientStop
[]
)
:
Gradient
Parameters
firstColor:
ColorWithAlpha
lastColor:
ColorWithAlpha
Rest
...
stops:
GradientStop
[]
Returns
Gradient
Static
vertical
vertical
(
firstColor
:
ColorWithAlpha
, lastColor
:
ColorWithAlpha
,
...
stops
:
GradientStop
[]
)
:
Gradient
Parameters
firstColor:
ColorWithAlpha
lastColor:
ColorWithAlpha
Rest
...
stops:
GradientStop
[]
Returns
Gradient
Exports
Application
Assets
Camera
Debug
Device
Disposable
GUI
Events
HUD
Screen
Image
Source
Input
Multiplayer
Mutable
List
Physics
Ray
Cast
Renderer
Scene
Space
Storage
Time
Gradient
constructor
first
Color
last
Color
orientation
none
create
horizontal
vertical