Fork me on GitHub

LibX11.

XAllocColor(IntPtr, IntPtr, LibX11.XColor) Method

Namespace
SharpInputSystem
Containing Type
LibX11

Syntax

[DllImport(LibraryName)]
public static extern int XAllocColor(IntPtr display, IntPtr Colormap, ref LibX11.XColor colorcell_def)

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
display IntPtr
Colormap IntPtr
colorcell_def LibX11.XColor

Return Value

Type Description
int