C# Class CUE.NET.Gradients.GradientStop

Represents a stop on a gradient.
Show file Open project: DarthAffe/CUE.NET Class Usage Examples

Public Methods

Method Description
GradientStop ( float offset, CorsairColor color ) : CUE.NET.Devices.Generic

Initializes a new instance of the GradientStop class.

Method Details

GradientStop() public method

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.
return CUE.NET.Devices.Generic