- Namespace
- SharpInputSystem
- Containing Type
- LibX11
Syntax
[DllImport(LibraryName)]
public static extern int XAllocNamedColor(IntPtr display, IntPtr colormap, string color_name, ref LibX11.XColor screen_def_return, ref LibX11.XColor exact_def_return)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| display | IntPtr | |
| colormap | IntPtr | |
| color_name | string | |
| screen_def_return | LibX11 |
|
| exact_def_return | LibX11 |
Return Value
| Type | Description |
|---|---|
| int |