Idris2Doc : Text.CSS.Gradient

Text.CSS.Gradient

(source)

Definitions

dataSideOrCorner : Type
Totality: total
Visibility: public export
Constructors:
Left : SideOrCorner
Right : SideOrCorner
Top : SideOrCorner
Bottom : SideOrCorner
TopLeft : SideOrCorner
TopRight : SideOrCorner
BottomLeft : SideOrCorner
BottomRight : SideOrCorner

Hint: 
InterpolationSideOrCorner
dataLinearDirection : Type
Totality: total
Visibility: public export
Constructors:
Deflt : LinearDirection
Angle : Angle->LinearDirection
To : SideOrCorner->LinearDirection

Hints:
CastAngleLinearDirection
InterpolationLinearDirection
dataLengthOrPercentage : Type
Totality: total
Visibility: public export
Constructors:
L : Length->LengthOrPercentage
P : Percentage->LengthOrPercentage

Hints:
CastLengthLengthOrPercentage
CastPercentageLengthOrPercentage
InterpolationLengthOrPercentage
dataCSLState : Type
Totality: total
Visibility: public export
Constructors:
Empty : CSLState
Stop : CSLState
Hint : CSLState

Hints:
Interpolation (ColorStopListElemst)
Interpolation (ColorStopListst)
dataColorStopListElem : CSLState->Type
Totality: total
Visibility: public export
Constructors:
C : Color-> (ps : ListLengthOrPercentage) -> {auto0_ : LTE (lengthps) 2} ->ColorStopListElemStop
H : LengthOrPercentage->ColorStopListElemHint

Hint: 
Interpolation (ColorStopListElemst)
col : Color->ColorStopListElemStop
Totality: total
Visibility: export
dataMatch : CSLState->CSLState->Type
Totality: total
Visibility: public export
Constructors:
MatchStop : MatchStops
MatchHint : MatchHintStop
dataColorStopList : CSLState->Type
Totality: total
Visibility: public export
Constructors:
Nil : ColorStopListEmpty
(::) : ColorStopListElemsh->ColorStopListst-> {auto0_ : Matchshst} ->ColorStopListsh

Hint: 
Interpolation (ColorStopListst)
dataGradient : Type
Totality: total
Visibility: public export
Constructor: 
Linear : LinearDirection->ColorStopListStop->Gradient

Hint: 
InterpolationGradient