Color

org.apache.pekko.stream.connectors.huawei.pushkit.models.Color
See theColor companion object
case class Color(alpha: Option[Float], red: Option[Float], green: Option[Float], blue: Option[Float])

Color model.

Attributes

Companion
object
Source
AndroidConfig.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withAlpha(value: Float): Color

Attributes

Source
AndroidConfig.scala
def withBlue(value: Float): Color

Attributes

Source
AndroidConfig.scala
def withGreen(value: Float): Color

Attributes

Source
AndroidConfig.scala
def withRed(value: Float): Color

Attributes

Source
AndroidConfig.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product