GetHue() public static method

public static GetHue ( int noto ) : int
noto int
return int
Ejemplo n.º 1
0
 public static int GetHue(this NotorietyType noto)
 {
     return(Notoriety.GetHue((int)noto));
 }