valgolang
/
com.valgolang.linearrepresentation
/
Color
Color
class
Color
(value:
String
) :
ColorAttributePython
Content copied to clipboard
Color attribute
Constructors
Functions
Properties
Constructors
Color
Link copied to clipboard
fun
Color
(value:
String
)
Content copied to clipboard
Create empty Color
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
open override val
name
:
String
Content copied to clipboard
value
Link copied to clipboard
open override val
value
:
String
Content copied to clipboard