Exemplo n.º 1
0
 internal static extern int XLookupColor(IntPtr display, IntPtr Colormap, string Coloranem, ref XColor exact_def_color, ref XColor screen_def_color);
Exemplo n.º 2
0
 internal static extern int XAllocColor(IntPtr display, IntPtr Colormap, ref XColor colorcell_def);
Exemplo n.º 3
0
 internal static extern IntPtr XCreatePixmapCursor(IntPtr display, IntPtr source, IntPtr mask, ref XColor foreground_color, ref XColor background_color, int x_hot, int y_hot);