System.Windows.Forms.XplatUIX11._XLookupColor C# (CSharp) Method

_XLookupColor() private method

private _XLookupColor ( IntPtr display, IntPtr Colormap, string Coloranem, XColor &exact_def_color, XColor &screen_def_color ) : int
display IntPtr
Colormap IntPtr
Coloranem string
exact_def_color XColor
screen_def_color XColor
return int
		internal extern static int _XLookupColor(IntPtr display, IntPtr Colormap, string Coloranem, ref XColor exact_def_color, ref XColor screen_def_color);
		internal static int XLookupColor(IntPtr display, IntPtr Colormap, string Coloranem, ref XColor exact_def_color, ref XColor screen_def_color) {
XplatUIX11