gdk-2.0 Reference Manual

Synopsis

public struct Color {
    public    uint                      pixel ;
    public    ushort                    red ;
    public    ushort                    green ;
    public    ushort                    blue ;


    public    Color                     copy                      (  ) ;
    public    bool                      equal                     ( Color               colorb ) ;
    public    void                      free                      (  ) ;
    public    uint                      hash                      (  ) ;
    public    static bool               parse                     ( string              spec,
                                                                    Color               color ) ;
    public    weak string               to_string                 (  ) ;
}

Description

Details

Constructor Details

Field Details

pixel
    public    uint                      pixel ;		

red
    public    ushort                    red ;		

green
    public    ushort                    green ;		

blue
    public    ushort                    blue ;		

Method Details

copy ()
    public    Color                     copy                      (  ) ;		

equal ()
    public    bool                      equal                     ( Color               colorb ) ;		

free ()
    public    void                      free                      (  ) ;		

hash ()
    public    uint                      hash                      (  ) ;		

parse ()
    public    static bool               parse                     ( string              spec,
                                                                    Color               color ) ;		

to_string ()
    public    weak string               to_string                 (  ) ;		


Created by Valadoc