CurrentStripColor

data class CurrentStripColor(val color: List<Int>) : SendableData

Packages the current strip state into a format that can be sent to a client

Constructors

Link copied to clipboard
constructor(color: List<Int>)

Properties

Link copied to clipboard
val color: List<Int>

Functions

Link copied to clipboard
open fun json(): ByteArray
Link copied to clipboard
open fun jsonString(): String
Link copied to clipboard
Link copied to clipboard