Color

data class Color(val heading: String, val name: String, val parameterType: StudyParameterType, val defaultValue: String, val value: String) : StudyParameter

A color parameter of active study Study

Constructors

Link copied to clipboard
constructor(heading: String, name: String, parameterType: StudyParameterType, defaultValue: String, value: String)

Properties

Link copied to clipboard
val defaultValue: String

A default color string value of a parameter

Link copied to clipboard
open override val heading: String

A user-friendly name of the parameter

Link copied to clipboard
open override val name: String

A name of a parameter to be used as identifier of a parameter

Link copied to clipboard

A parameter type

Link copied to clipboard
val value: String

A current color string value of a parameter. A format is #RRGGBB