UpdatePalette(Int32,UInt32) Method
In This Topic
Updates single value in color palette
Syntax
'Declaration
Public Overloads Sub UpdatePalette( _
ByVal As Integer, _
ByVal As UInteger _
)
'Usage
Dim instance As ImGearCADPage
Dim index As Integer
Dim value As UInteger
instance.UpdatePalette(index, value)
public void UpdatePalette(
int ,
uint
)
public: void UpdatePalette(
int ,
uint
)
public:
void UpdatePalette(
int ,
uint
)
Parameters
- index
- The index of the color to update in the palette.
- value
- The new value to set at given index
See Also