Gdk.Rgb.Colormap Property
Get preferred colormap for using Gdk.RGB

Syntax

public static Colormap Colormap { get; }

Value

The preferred Gdk.Colormap.

Remarks

Get the preferred colormap for rendering image data. Not a very useful function; historically, GDK could only render RGB image data to one colormap and visual, but in the current version it can render to any colormap and visual. So there's no need to call this function.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)