GetHue() 공개 정적인 메소드

public static GetHue ( int noto ) : int
noto int
리턴 int
예제 #1
0
 public static int GetHue(this NotorietyType noto)
 {
     return(Notoriety.GetHue((int)noto));
 }