C# Class PurplePen.FindPurple

ファイルを表示 Open project: petergolde/PurplePen Class Usage Examples

Public Methods

Method Description
FindPurpleColor ( List colors, short &ocadId, float &cyan, float &magenta, float &yellow, float &black ) : bool
GetPurpleColor ( MapDisplay mapDisplay, CourseAppearance courseAppearance, short &ocadId, float &cyan, float &magenta, float &yellow, float &black, bool &overprint ) : void
IsPurple ( float cyan, float magenta, float yellow, float black ) : bool

Method Details

FindPurpleColor() public static method

public static FindPurpleColor ( List colors, short &ocadId, float &cyan, float &magenta, float &yellow, float &black ) : bool
colors List
ocadId short
cyan float
magenta float
yellow float
black float
return bool

GetPurpleColor() public static method

public static GetPurpleColor ( MapDisplay mapDisplay, CourseAppearance courseAppearance, short &ocadId, float &cyan, float &magenta, float &yellow, float &black, bool &overprint ) : void
mapDisplay MapDisplay
courseAppearance CourseAppearance
ocadId short
cyan float
magenta float
yellow float
black float
overprint bool
return void

IsPurple() public static method

public static IsPurple ( float cyan, float magenta, float yellow, float black ) : bool
cyan float
magenta float
yellow float
black float
return bool