C# 클래스 PatchworkLauncher.ColorExt

파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
Lighten ( this color, int increase ) : Color
Transform ( this color, Func selector ) : Color

메소드 상세

Lighten() 공개 정적인 메소드

public static Lighten ( this color, int increase ) : Color
color this
increase int
리턴 Color

Transform() 공개 정적인 메소드

public static Transform ( this color, Func selector ) : Color
color this
selector Func
리턴 Color