C# 클래스 lw_common.hsl.rgb_convert

파일 보기 프로젝트 열기: jtorjo/logwizard

공개 메소드들

메소드 설명
HSLtoRGB ( double h, double s, double l ) : RGB
RGBtoHSL ( int red, int green, int blue ) : HSL

메소드 상세

HSLtoRGB() 공개 정적인 메소드

public static HSLtoRGB ( double h, double s, double l ) : RGB
h double
s double
l double
리턴 RGB

RGBtoHSL() 공개 정적인 메소드

public static RGBtoHSL ( int red, int green, int blue ) : HSL
red int
green int
blue int
리턴 HSL