Inheritance
System.Object
ColorPalette
 
public class ColorPalette
 
Constructors
  
Declaration
public ColorPalette(List<Color> colors)
 
Parameters
| Type | Name | Description | 
| System.Collections.Generic.List<Color> | colors |  | 
Fields
  
Declaration
public static readonly ColorPalette primary
 
Field Value
Properties
  
Declaration
public Color this[int index] { get; }
 
Parameters
| Type | Name | Description | 
| System.Int32 | index |  | 
Property Value
Declaration
public int length { get; }
 
Property Value
| Type | Description | 
| System.Int32 |  | 
Methods
  
Declaration
Returns