- palette
- An array of RasterColor that is your palette.
| Visual Basic (Declaration) | |
|---|---|
| Public Sub Create( _ ByVal palette() As RasterColor _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As RasterUserMatchTable Dim palette() As RasterColor instance.Create(palette) | |
| C# | |
|---|---|
| public void Create( RasterColor[] palette ) | |
| C++/CLI | |
|---|---|
| public: void Create( array<RasterColor>^ palette ) | |
Parameters
- palette
- An array of RasterColor that is your palette.
For an example, refer to RasterUserMatchTable. 
            
 
            
            The table is referenced by ColorResolutionCommand.
For more information, refer to RasterUserMatchTable.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
 
  