C# Class CUE.NET.Gradients.GradientStop

Represents a stop on a gradient.
Afficher le fichier Open project: DarthAffe/CUE.NET Class Usage Examples

Méthodes publiques

Méthode Description
GradientStop ( float offset, CorsairColor color ) : CUE.NET.Devices.Generic

Initializes a new instance of the GradientStop class.

Method Details

GradientStop() public méthode

Initializes a new instance of the GradientStop class.
public GradientStop ( float offset, CorsairColor color ) : CUE.NET.Devices.Generic
offset float The percentage offset to place this stop.
color CorsairColor The color of the stop.
Résultat CUE.NET.Devices.Generic