SaveChromeCaptionStyle

@Serializable
data class SaveChromeCaptionStyle(var fontFamily: String? = null, var fontGenericFamily: Int? = null, var backgroundColor: Int = 16777215, var edgeColor: Int = Color.BLACK, var edgeType: Int = EDGE_TYPE_OUTLINE, var foregroundColor: Int = Color.WHITE, var fontScale: Float = 1.05f, var windowColor: Int = Color.TRANSPARENT)(source)

Constructors

Link copied to clipboard
constructor(fontFamily: String? = null, fontGenericFamily: Int? = null, backgroundColor: Int = 16777215, edgeColor: Int = Color.BLACK, edgeType: Int = EDGE_TYPE_OUTLINE, foregroundColor: Int = Color.WHITE, fontScale: Float = 1.05f, windowColor: Int = Color.TRANSPARENT)

Properties

Link copied to clipboard
@SerialName(value = "backgroundColor")
var backgroundColor: Int
Link copied to clipboard
@SerialName(value = "edgeColor")
var edgeColor: Int
Link copied to clipboard
@SerialName(value = "edgeType")
var edgeType: Int
Link copied to clipboard
@SerialName(value = "fontFamily")
var fontFamily: String?
Link copied to clipboard
@SerialName(value = "fontGenericFamily")
var fontGenericFamily: Int?
Link copied to clipboard
@SerialName(value = "fontScale")
var fontScale: Float
Link copied to clipboard
@SerialName(value = "foregroundColor")
var foregroundColor: Int
Link copied to clipboard
@SerialName(value = "windowColor")
var windowColor: Int