Tao.DevIl SDK Documentation

Il.ilRegisterPal Method 

The ilRegisterPal function registers the current image's palette.

[Visual Basic]
Public Shared Sub ilRegisterPal( _
   ByVal Pal As IntPtr, _
   ByVal Size As Integer, _
   ByVal Type As Integer _
)
[C#]
public static void ilRegisterPal(
   IntPtr Pal,
   int Size,
   int Type
);

Parameters

Pal
Pointer to palette to be copied to the current image
Size
Size of Pal in bytes
Type
Type of the palette.

See Also

Il Class | Tao.DevIl Namespace