ColorQueryEvent class final
Represent a Color event response from OSC 11
- Inheritance
-
- Object
- Event
- ResponseEvent
- ColorQueryEvent
- Annotations
-
- @immutable
Constructors
- ColorQueryEvent(int r, int g, int b)
-
Constructs a new instance of ColorQueryEvent.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override