sdl Reference Manual

Synopsis

public struct Color {
    public    uchar                     r ;
    public    uchar                     g ;
    public    uchar                     b ;
    public    uchar                     unused ;
}

Description

Details

Constructor Details

Field Details

r
    public    uchar                     r ;		

g
    public    uchar                     g ;		

b
    public    uchar                     b ;		

unused
    public    uchar                     unused ;		

Method Details


Created by Valadoc