ImageGear .NET - Updated December 24, 2018
UpdatePalette(UInt32[]) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearCADPage Class > UpdatePalette Method : UpdatePalette(UInt32[]) Method
The new values for the palette. Must have a length of 256.
Updates entire color palette
Syntax
'Declaration
 
Public Overloads Sub UpdatePalette( _
   ByVal newPalette() As UInteger _
) 
 
'Usage
 
Dim instance As ImGearCADPage
Dim newPalette() As UInteger
 
instance.UpdatePalette(newPalette)

Parameters

newPalette
The new values for the palette. Must have a length of 256.
Remarks
Will reset the graphical device.
See Also

Reference

ImGearCADPage Class
ImGearCADPage Members
Overload List