示例#1
0
 public static DColor Random()
 {
     return(Create((float)Rng.RandomDouble(), (float)Rng.RandomDouble(), (float)Rng.RandomDouble()));
 }