-----What does it do / 作用----- Set your pen to any color in your project. 用BGR色彩空间选取任意一种颜色并用在你的脚本中。 -----How to use / 使用说明----- Drag the slider to select your color. 拖动滑块条,选择一种颜色。 Now copy the first variable #color. 然后将第一个变量 #color 复制下来。 Turn to your project, click [pen]. 回到你的项目,打开【画笔】模块。 Important! Drag the FIRST [ set pen color to [ ] ] block with a square into your script, not the second with a number input. 非常重要的一点:把第一个带彩色小方框的【将画笔颜色设为 [ ]】积木拖进你的脚本,而不是第二个带数字输入框的。 Then, click [operators]. Drag [round () ] block into the square. (Or whatever blocks you can make the value equals to variable #Color) 接着打开【运算】模块。把【将 () 四舍五入】积木拖到彩色小方框里。(或者其他什么积木只要结果等于变量#Color就行) Fill the block [round () ] with your variable #Color. 在【将 () 四舍五入】中填入变量#Color。 Finally, you set the pen color. 这样就可以设置任意的画笔颜色。 -----Others / 其他-----