API reference
API reference
Select your platform
No SDKs available
No versions available

WatchedColor4

WatchedColor4

class WatchedColor4(attribute: Color4Attribute, value: Color4) : Color4

Constructors

NameSummary
WatchedColor4
constructor(attribute: Color4Attribute, value: Color4)

Properties

NameSummary
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.

Functions

NameSummary
copy
fun copy(): Color4
equals
open operator override fun equals(other: Any?): Boolean
hashCode
open override fun hashCode(): Int
Did you find this page helpful?
Thumbs up icon
Thumbs down icon