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

ProfileBrush() приватный Метод

Initializes a new instance of the ProfileBrush class.
private ProfileBrush ( CorsairColor>.Dictionary keyLights ) : System.Collections.Generic
keyLights CorsairColor>.Dictionary The light settings of the CUE profile.
Результат System.Collections.Generic
        internal ProfileBrush(Dictionary<CorsairLedId, CorsairColor> keyLights)
        {
            this._colors = keyLights;
        }