Color UML Diagram

To Examples

Abbreviated UML Diagram for
the C# Class Color

 

Namespace: System.Drawing

Color

+ S Red: Color  
+ S Green : Color  
+ S Blue : Color  
256 static colors
+ readonly B : byte  
+ readonly G : byte  
+ readonly R : byte  
+ readonly IsEmpty : bool  

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