Example #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]);
     }
 }
 /// <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]);
     }
 }