getBlue

getBlue

> 功能

返回颜色 color 中的蓝色量,介于 0 和 255 之间。

例如,getBlue(COLOR_BLUE) = 255 和 getBlue(COLOR_GREEN) = 0。

设置

#### 反馈