Palette Properties

FreeImage.NET

Palette Properties

The Palette type exposes the following members.

Properties
  Name Description
Public property AsArray
Gets or sets the palette through an array of RGBQUAD.
Public property BaseAddress
Gets the base address of the represented memory block.
(Inherited from MemoryArrayT.)
Public property Count
Gets a 32-bit integer that represents the total number of elements in the MemoryArrayT.
(Inherited from MemoryArrayT.)
Public property Data
Gets or sets the values of the unmanaged array.
(Inherited from MemoryArrayT.)
Public property IsSynchronized
Gets a value indicating whether access to the MemoryArrayT is synchronized (thread safe).
(Inherited from MemoryArrayT.)
Public property Item
Gets or sets the value at the specified position in the array.
(Inherited from MemoryArrayT.)
Public property Length
Gets the length of the unmanaged array.
(Inherited from MemoryArrayT.)
Public property SyncRoot
Gets an object that can be used to synchronize access to the MemoryArrayT.
(Inherited from MemoryArrayT.)
Top
See Also