Exemple #1
0
        void UpdateBlendColor(bool initialize)
        {
            if (initialize && Specific.GetBlendColor(Element).IsDefault)
            {
                return;
            }

            Control.Color = Specific.GetBlendColor(Element).ToNative();
        }
 void UpdateBlendColor()
 {
     Control.Color = Specific.GetBlendColor(Element).ToNative();
 }