blockly >blockRendering >ConstantProvider >createBlockStyle_

blockRendering.ConstantProvider.createBlockStyle_() 方法

根据给定颜色创建一个区块样式对象。

Signature:

protected createBlockStyle_(colour: string): BlockStyle;

参数

参数 类型 说明
色彩 字符串 #RRGGBB 颜色字符串。

返回

BlockStyle

基于指定颜色的填充区块样式。