手记

RGB颜色数值和new Color()

RGB颜色模式的数值为0-255,三种颜色值的混合应该是256x256x256种,但是全0 全255 以及RGB三种数值相等的颜色分别为纯黑色、纯白色和灰色,即有254种混合值为灰色,所以RGB颜色数值应为256x256x256-253种

new Color(r, g, b, a)
a--Alpha(透明度)
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).

new Color(r, g, b)
Alpha is defaulted to 255.
默认不透明

0人推荐
随时随地看视频
慕课网APP