目录1. C#随机数生成基础1.1 System.Random类介绍1.2 随机数生成方法2. 控制台程序中随机数应用2.1 随机数生成与输出2.2 随机数范围控制生成指定范围的随机整数生成指定范围的随机浮点数3. GUI程序中随机数应用3.1 随
Basically I want two mix two colours color1 and color2. Since simple calculation\'s bring up stuff like blue+yellow = grey ((color1.r + color2.r)/2 etc) i did some research and found that apparently m