Exemplo n.º 1
0
 /// <summary>
 /// Creates the custom colors buttons
 /// </summary>
 private void SetColorsObjects()
 {
     for (int colorIndex = 0; colorIndex < colors.Length; colorIndex++)
     {
         colors[colorIndex] = new SelectableColor(CustomColors.SelectableColors[colorIndex]);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates the custom colors buttons
 /// </summary>
 private void SetColorsObjects()
 {
     for (int colorIndex = 0; colorIndex < colors.Length; colorIndex++)
     {
         colors[colorIndex] = new SelectableColor(CustomColors.SelectableColors[colorIndex]);
     }
 }