GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Gcolor Class Reference

#include <Gcolor.h>

Inheritance diagram for Gcolor:

Gobject List of all members.

Public Methods

 Gcolor (unsigned int red, unsigned int green, unsigned int blue)
 Gcolor (Gcolor &col)
 ~Gcolor ()
GdkColor* GetColor ()

Detailed Description

A Gcolor is used to define a color with RGB encoding.
Author(s):
Thibaut nicolas
Version:
0.1.0


Constructor & Destructor Documentation

Gcolor::Gcolor ( unsigned int red,
unsigned int green,
unsigned int blue )
 

New Gcolor using RGB values

Gcolor::Gcolor ( Gcolor & col )
 

Copy constructor


Member Function Documentation

GdkColor * Gcolor::GetColor ( )
 

Return the GdkColor. Theorically used internally


The documentation for this class was generated from the following file:

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002