C# Class PurplePen.FindPurple

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

GetPurpleColor() public static méthode

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
Résultat void

IsPurple() public static méthode

public static IsPurple ( float cyan, float magenta, float yellow, float black ) : bool
cyan float
magenta float
yellow float
black float
Résultat bool