Logo FS-Skia-UI

Shader Type

Public contract type exposed by this FS.Skia.UI package.

Union cases

Union case Description

LinearGradient(startPoint, endPoint, colors)

Full Usage: LinearGradient(startPoint, endPoint, colors)

Parameters:
startPoint : Point
endPoint : Point
colors : Color list

RadialGradient(center, radius, colors)

Full Usage: RadialGradient(center, radius, colors)

Parameters:
    center : Point
    radius : float
    colors : Color list

center : Point
radius : float
colors : Color list

SolidColor Color

Full Usage: SolidColor Color

Parameters:
Item : Color

SweepGradient(center, colors)

Full Usage: SweepGradient(center, colors)

Parameters:
center : Point
colors : Color list

Instance members

Instance member Description

this.IsLinearGradient

Full Usage: this.IsLinearGradient

Returns: bool
Returns: bool

this.IsRadialGradient

Full Usage: this.IsRadialGradient

Returns: bool
Returns: bool

this.IsSolidColor

Full Usage: this.IsSolidColor

Returns: bool
Returns: bool

this.IsSweepGradient

Full Usage: this.IsSweepGradient

Returns: bool
Returns: bool

Type something to start searching.