C# Class System.Drawing.PieChart.EdgeColor

Structure representing edge color used for rendering.
Mostra file Open project: Longkong/Pojjaman

Public Methods

Method Description
GetRenderingColor ( EdgeColorType edgeColorType, System.Color color ) : System.Color

Gets the actual color used for rendering.

Private Methods

Method Description
GetContrastColorType ( System.Color color, EdgeColorType colorType ) : EdgeColorType
GetFullContrastColor ( System.Color color ) : System.Color

Method Details

GetRenderingColor() public static method

Gets the actual color used for rendering.
public static GetRenderingColor ( EdgeColorType edgeColorType, System.Color color ) : System.Color
edgeColorType EdgeColorType
color System.Color
return System.Color