コード例 #1
0
 // as vivid as possible
 public static Triple UltraVividColor(Triple c)
 {
     return(c.Bit5to8Good());
 }
コード例 #2
0
ファイル: GBColors.cs プロジェクト: ddugovic/RASuite
		// as vivid as possible
		public static Triple UltraVividColor(Triple c)
		{
			return c.Bit5to8Good();
		}