Tao.DevIl SDK Documentation

Il.ilGetPalette Method 

ilGetPalette returns an unsigned byte pointer to the current bound image's palette (if one exists) to allow direct access and modification to the contents of the palette.

[Visual Basic]
Public Shared Function ilGetPalette() As IntPtr
[C#]
public static IntPtr ilGetPalette();

Return Value

See Also

Il Class | Tao.DevIl Namespace