###User Defined Function###
_WinAPI_GetDIBColorTable

###Description###
Retrieves RGB color table from the DIB section bitmap.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_GetDIBColorTable ( $hBitmap )


###Parameters###
@@ParamTable@@
$hBitmap
	A DIB section bitmap from which to retrieve the color table.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	"dword[n]" structure that contains a color information from the DIB color table, @extended flag will contain the number of colors in this structure.
Failure 	Sets the @error flag to non-zero.
@@End@@


###Remarks###
The <a href="_WinAPI_GetDIBColorTable.htm">_WinAPI_GetDIBColorTable()</a> function retrieves a color table for DIB section bitmaps that use 1, 4, or 8 bits-per-pixel.
A DIB section bitmaps that use bits-per-pixel value greater than eight do not have a color table, but they do have associated color masks.
Call the <a href="_WinAPI_GetObject.htm">_WinAPI_GetObject()</a> function to retrieve those color masks.


###Related###
_WinAPI_GetObject


###See Also###
@@MsdnLink@@ GetDIBColorTable
