TextColor

class TextColor(value: String) : ColorAttributePython

Text color attribute

Constructors

TextColor
Link copied to clipboard
fun TextColor(value: String)
Create empty Text color

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
open override val name: String
value
Link copied to clipboard
open override val value: String