// as vivid as possible
 public static Triple UltraVividColor(Triple c)
 {
     return(c.Bit5to8Good());
 }
Ejemplo n.º 2
0
		// as vivid as possible
		public static Triple UltraVividColor(Triple c)
		{
			return c.Bit5to8Good();
		}