Visual Basic (Declaration) | |
---|---|
Public Sub Create( _ ByVal palette() As RasterColor _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family