| Name | Summary |
|---|---|
WatchedColor4 | constructor(attribute: Color4Attribute, value: Color4) |
| Name | Summary |
|---|---|
alpha | open override var alpha: Float The alpha component of the color, as a float between 0 and 1. |
blue | open override var blue: Float The blue component of the color, as a float between 0 and 1. |
green | open override var green: Float The green component of the color, as a float between 0 and 1. |
red | open override var red: Float The red component of the color, as a float between 0 and 1. |
| Name | Summary |
|---|---|
copy | fun copy(): Color4 |
equals | open operator override fun equals(other: Any?): Boolean |
hashCode | open override fun hashCode(): Int |