xtd 0.2.0
Loading...
Searching...
No Matches

◆ gradient_stop

Describes the location and color of a transition point in a gradient.

Namespace
xtd::drawing::drawing_2d
Library
xtd.drawing
Parameters
colorThe color of the gradient stop.
offsetThe location of the gradient stop within the gradient vector.
Remarks
A value of 0.0 specifies that the stop is positioned at the beginning of the gradient vector, while a value of 1.0 specifies that the stop is positioned at the end of the gradient vector.