CUE.NET.Gradients.AbstractGradient.GetColor C# (CSharp) Метод

GetColor() публичный абстрактный Метод

Gets the color of the gradient on the specified offset.
public abstract GetColor ( float offset ) : CorsairColor
offset float The percentage offset to take the color from.
Результат CUE.NET.Devices.Generic.CorsairColor
        public abstract CorsairColor GetColor(float offset);