/// <summary>
 /// Initializes a new instance of the <see cref="PaletteSizeBuilder"/> class.
 /// </summary>
 /// <param name="component">The component.</param>
 public PaletteSizeBuilder(ColorPaletteTileSize tileSize)
 {
     this.tileSize = tileSize;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PaletteSizeBuilder"/> class.
 /// </summary>
 /// <param name="component">The component.</param>
 public PaletteSizeBuilder(ColorPaletteTileSize tileSize)
 {
     this.tileSize = tileSize;
 }