Defines a Shapes object's fill-style.
Shapes
const halfRed = { color: 'red', opacity: 0.5, }
Fill color described as a hexadecimal or named web color string.
number value between 0 and 1, where 1 represents 100% opacity.
Generated using TypeDoc
Defines a
Shapes
object's fill-style.