GfGtkColormap

GfGtkColormap — GfGtkColormap Object API

Synopsis




            GfGtkColormap;
void        gf_color_to_gdk_color           (const GfColor *gf_color,
                                             GdkColor *gdk_color);
void        gf_color_from_gdk_color         (const GdkColor *gdk_color,
                                             GfColor *gf_color);

Object Hierarchy


  GObject
   +----GfObject
         +----GfGtkColormap

Description

GfGtkColormap is a wrapper between GdkColormap and GfColormap.

Details

GfGtkColormap

typedef struct _GfGtkColormap GfGtkColormap;

GfGtkColormap is an opaque structure that should not be used directly.


gf_color_to_gdk_color ()

void        gf_color_to_gdk_color           (const GfColor *gf_color,
                                             GdkColor *gdk_color);

Converts a GfColor to a GdkColor.

gf_color : The GfColor.
gdk_color : The GdkColor.

gf_color_from_gdk_color ()

void        gf_color_from_gdk_color         (const GdkColor *gdk_color,
                                             GfColor *gf_color);

Converts a GdkColor to a GfColor.

gdk_color : The GdkColor.
gf_color : The GfColor.