RawBackgroundFill

@Serializable
class RawBackgroundFill

Properties

Link copied to clipboard
@SerialName(value = "bottom_color")
val bottomColor: HEXAColor? = null
Link copied to clipboard
val color: HEXAColor? = null
Link copied to clipboard
@SerialName(value = "colors")
val colors: List<@Serializable(with = IntRGB24HEXAColorSerializer::class) HEXAColor>? = null
Link copied to clipboard
@SerialName(value = "rotation_angle")
val rotationAngle: Short? = null
Link copied to clipboard
@SerialName(value = "top_color")
val topColor: HEXAColor? = null
Link copied to clipboard
@SerialName(value = "type")
val type: String