toggle menu
animatedledstrip-core
1.0.5
common
switch theme
search in API
animatedledstrip-core
/
animatedledstrip.leds.colormanagement
/
CurrentStripColor
Current
Strip
Color
data
class
CurrentStripColor
(
val
color
:
List
<
Int
>
)
:
SendableData
Packages the current strip state into a format that can be sent to a client
Members
Constructors
Current
Strip
Color
Link copied to clipboard
constructor
(
color
:
List
<
Int
>
)
Properties
color
Link copied to clipboard
val
color
:
List
<
Int
>
Functions
json
Link copied to clipboard
open
fun
json
(
)
:
ByteArray
json
String
Link copied to clipboard
open
fun
jsonString
(
)
:
String
json
String
With
Delimiter
Link copied to clipboard
open
fun
jsonStringWithDelimiter
(
)
:
String
json
With
Delimiter
Link copied to clipboard
open
fun
jsonWithDelimiter
(
)
:
ByteArray