Object

com.raquo.domtypes.generic.defs.styles.Styles

color

Related Doc: package Styles

Permalink

object color extends Style[String]

The CSS color property sets the foreground color of an element's text content, and its decorations. It doesn't affect any other characteristic of the element; it should really be called text-color and would have been named so, save for historical reasons and its appearance in CSS Level 1.

MDN

Linear Supertypes
Style[String], Key, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. color
  2. Style
  3. Key
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val aqua: StyleSetter

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. lazy val black: StyleSetter

    Permalink
  7. lazy val blue: StyleSetter

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val cssName: String

    Permalink

    CSS property name, e.g.

    CSS property name, e.g. "background-color"

    Definition Classes
    Style
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. lazy val fuschia: StyleSetter

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. lazy val gray: StyleSetter

    Permalink
  16. lazy val green: StyleSetter

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. lazy val lime: StyleSetter

    Permalink
  20. lazy val maroon: StyleSetter

    Permalink
  21. val name: String

    Permalink

    Javascript property name for this CSS property, e.g.

    Javascript property name for this CSS property, e.g. "backgroundColor"

    Definition Classes
    StyleKey
  22. lazy val navy: StyleSetter

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. lazy val olive: StyleSetter

    Permalink
  27. lazy val purple: StyleSetter

    Permalink
  28. lazy val red: StyleSetter

    Permalink
  29. lazy val silver: StyleSetter

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. lazy val teal: StyleSetter

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. lazy val white: StyleSetter

    Permalink
  37. lazy val yellow: StyleSetter

    Permalink

Inherited from Style[String]

Inherited from Key

Inherited from AnyRef

Inherited from Any

Ungrouped