CUE.NET.Brushes.SolidColorBrush.SolidColorBrush C# (CSharp) Метод

SolidColorBrush() публичный Метод

Initializes a new instance of the SolidColorBrush class.
public SolidColorBrush ( CorsairColor color ) : System.Drawing
color CUE.NET.Devices.Generic.CorsairColor The color drawn by the brush.
Результат System.Drawing
        public SolidColorBrush(CorsairColor color)
        {
            this.Color = color;
        }