SerializableColor

@Serializable(with = ColorSerializer::class)
data class SerializableColor(val color: KalugaColor)

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

A wrapper for KalugaColor that allows it to be serialized

Constructors

Link copied to clipboard
constructor(color: KalugaColor)

Properties

Link copied to clipboard

the KalugaColor to wrap