ColorProperties
颜色属性类型,可以是Color对象、数字数组或字符串
type ColorProperties = Color | readonly number[] | string
类型: Color | readonly number | string

BIMFlux AI
type ColorProperties = Color | readonly number[] | string
类型: Color | readonly number | string

BIMFlux AI