C# Class EmptyKeys.UserInterface.Media.GradientStop

Contains information bout area of linear gradient
Afficher le fichier Open project: EmptyKeys/UI_Engines Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GradientStop() public méthode

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