[][src]Module blend2d::gradient

Linear, Radial and Conical Gradients.

Structs

ConicalGradientValues

The values that make up a ConicalGradient.

Gradient

A color gradient. It is generic over its kind, see Linear, Radial and Conical.

GradientStop

An offset with an associated color for a gradient.

LinearGradientValues

The values that make up a LinearGradient.

RadialGradientValues

The values that make up a RadialGradient.

Enums

Conical

Template type that marks a gradient as being a conical one.

DynamicGradient

A Dynamic Gradient

Linear

Template type that marks a gradient as being a linear one.

Radial

Template type that marks a gradient as being a radial one.

Traits

GradientType

The type of the gradient.

Type Definitions

ConicalGradient

A conical gradient.

LinearGradient

A linear gradient.

RadialGradient

A radial gradient.