C# 클래스 PurplePen.FindPurple

파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FindPurpleColor() 공개 정적인 메소드

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
리턴 bool

GetPurpleColor() 공개 정적인 메소드

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
리턴 void

IsPurple() 공개 정적인 메소드

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