Exemple #1
0
 public void LoadFromTheme(Skins.Core.ButtonTheme theme)
 {
     mForecolor   = theme.ForeColor;
     mBackcolor   = theme.BackColor;
     mBorderColor = theme.BorderColor;
     mHoverColor  = theme.HoverColor;
     mTheme       = theme;
     UpdateTexture();
 }
Exemple #2
0
 public void LoadFromTheme(Skins.Core.ButtonTheme theme)
 {
     mForecolor = theme.ForeColor;
     mBackcolor = theme.BackColor;
     mBorderColor = theme.BorderColor;
     mHoverColor = theme.HoverColor;
     mTheme = theme;
     UpdateTexture();
 }