Click or drag to resize

Win32ApiGetDIBColorTable Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("gdi32", SetLastError = true)]
public static int GetDIBColorTable(
	IntPtr dc,
	int index,
	int entries,
	Win32ApiRGBQUAD[] colors
)

Parameters

dc
Type: SystemIntPtr
index
Type: SystemInt32
entries
Type: SystemInt32
colors
Type: OpenCvSharpWin32ApiRGBQUAD

Return Value

Type: Int32
See Also