GetHue() public static méthode

public static GetHue ( int noto ) : int
noto int
Résultat int
Exemple #1
0
 public static int GetHue(this NotorietyType noto)
 {
     return(Notoriety.GetHue((int)noto));
 }