Imports the palette from array of RgbColor values.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Import ( _ array As RgbColor() _ )
public void Import( RgbColor[] array )
Type: Aurigma.GraphicsMill.RgbColor []
Array of RgbColor values containing new entries for the palette. Note, array must have the same dimension as the palette (i.e. number of array elements must equal to Count property of this palette).