Color UML Diagram

To UML Examples

Abbreviated UML Diagram for Color Class

 

S = static member

The Color class contains 240 static named color properties. AntiqueWhite, Black, and Maroon are only three examples.

Color

+ S AntiqueWhite : Color
+ S Black : Color
+ S Maroon : Color
+ R : byte {read only}
+ G : byte {read only}
+ B : byte {read only}

+ Color( )  
+ S FromArgb(int, int, int) : Color  
+ S FromName(string) : Color  
+ ToString( ) : string