The Palette type exposes the following members.

Methods

  NameDescription
Clone
Creates a shallow copy of the MemoryArray<(Of <(T>)>).
(Inherited from MemoryArray<(Of <(T>)>).)
ColorizeOverloaded.
CopyFromOverloaded.
CopyToOverloaded.
CreateGrayscalePaletteOverloaded.
Dispose
Releases all ressources.
(Inherited from MemoryArray<(Of <(T>)>).)
EqualsOverloaded.
GetEnumerator
Retrieves an object that can iterate through the individual elements in this MemoryArray<(Of <(T>)>).
(Inherited from MemoryArray<(Of <(T>)>).)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from MemoryArray<(Of <(T>)>).)
GetValue
Gets the value at the specified position.
(Inherited from MemoryArray<(Of <(T>)>).)
GetValues
Gets the values at the specified position and length.
(Inherited from MemoryArray<(Of <(T>)>).)
LoadOverloaded.
Reverse
Reverses the palette.
SaveOverloaded.
SetValue
Sets a value to the element at the specified position.
(Inherited from MemoryArray<(Of <(T>)>).)
SetValues
Sets the values at the specified position.
(Inherited from MemoryArray<(Of <(T>)>).)
ToArray
Returns the palette as an array of RGBQUAD.
ToByteArray
Returns the represented block of memory as an array of Byte.
(Inherited from MemoryArray<(Of <(T>)>).)

See Also