Win32APIGetDIBColorTable Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.Win32API.GetDIBColorTable(System.IntPtr,System.Int32,System.Int32,OpenCvSharp.Win32API.RGBQUAD[])"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int GetDIBColorTable(
	IntPtr dc,
	int index,
	int entries,
	Win32APIRGBQUAD[] colors
)

Parameters

dc
Type: SystemIntPtr

[Missing <param name="dc"/> documentation for "M:OpenCvSharp.Win32API.GetDIBColorTable(System.IntPtr,System.Int32,System.Int32,OpenCvSharp.Win32API.RGBQUAD[])"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:OpenCvSharp.Win32API.GetDIBColorTable(System.IntPtr,System.Int32,System.Int32,OpenCvSharp.Win32API.RGBQUAD[])"]

entries
Type: SystemInt32

[Missing <param name="entries"/> documentation for "M:OpenCvSharp.Win32API.GetDIBColorTable(System.IntPtr,System.Int32,System.Int32,OpenCvSharp.Win32API.RGBQUAD[])"]

colors
Type: OpenCvSharpWin32APIRGBQUAD

[Missing <param name="colors"/> documentation for "M:OpenCvSharp.Win32API.GetDIBColorTable(System.IntPtr,System.Int32,System.Int32,OpenCvSharp.Win32API.RGBQUAD[])"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Win32API.GetDIBColorTable(System.IntPtr,System.Int32,System.Int32,OpenCvSharp.Win32API.RGBQUAD[])"]

See Also

Reference