blockly >屏蔽 >getHue

Block.getHue() 方法

获取图块的 HSV 色调值。如果未设置色调,则为 null。

Signature:

getHue(): number | null;

返回

数字 |null

色调值 (0-360)。