C# Class EmptyKeys.UserInterface.Media.GradientStop

Contains information bout area of linear gradient
Exibir arquivo Open project: EmptyKeys/UI_Engines Class Usage Examples

Public Methods

Method Description
GradientStop ( )

Initializes a new instance of the GradientStop class.

GradientStop ( ColorW color, float offset )

Initializes a new instance of the GradientStop class.

Method Details

GradientStop() public method

Initializes a new instance of the GradientStop class.
public GradientStop ( )

GradientStop() public method

Initializes a new instance of the GradientStop class.
public GradientStop ( ColorW color, float offset )
color ColorW The color.
offset float The offset.