Save Caption Style
data class SaveCaptionStyle constructor(var foregroundColor: Int, var backgroundColor: Int, var windowColor: Int, var edgeType: Int, var edgeColor: Int, @FontRes var typeface: Int?, var typefaceFilePath: String?, var elevation: Int, var fixedTextSize: Float?, @Px var edgeSize: Float? = null, var removeCaptions: Boolean = false, var removeBloat: Boolean = true, var upperCase: Boolean = false)(source)
Constructors
Link copied to clipboard
constructor(foregroundColor: Int, backgroundColor: Int, windowColor: Int, edgeType: Int, edgeColor: Int, @FontRes typeface: Int?, typefaceFilePath: String?, elevation: Int, fixedTextSize: Float?, @Px edgeSize: Float? = null, removeCaptions: Boolean = false, removeBloat: Boolean = true, upperCase: Boolean = false)