Tao.DevIl SDK Documentation

Ilut.ilutSetHPal Method 

ilutSetHPal sets the current iamge's palette from a logical Windows palette handle specified in Pal. If the current image is not colour-indexed, the palette is still loaded, though it will never be used.

[Visual Basic]
Public Shared Function ilutSetHPal( _
   ByVal Pal As IntPtr _
) As Boolean
[C#]
public static bool ilutSetHPal(
   IntPtr Pal
);

Parameters

Pal
A Windows palette to set the palette from

Return Value

See Also

Ilut Class | Tao.DevIl Namespace