com.github.tbje.facelift.css

BackgroundColor

object BackgroundColor extends BaseColorObject with Serializable

Linear Supertypes
Serializable, Serializable, BaseColorObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BackgroundColor
  2. Serializable
  3. Serializable
  4. BaseColorObject
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. def hex(hexColor: String): CssDeclaration

    Definition Classes
    BaseColorObject
    Annotations
    @macroImpl( ... )
  14. def hexImpl(hexColor: String): BaseColor { ... /* 2 definitions in type refinement */ }

    Definition Classes
    BaseColorObject
  15. def hsl(hue: Int, saturation: Int, lightness: Int): CssDeclaration

    Definition Classes
    BaseColorObject
    Annotations
    @macroImpl( ... )
  16. def hslOld(hue: Int, saturation: Int, lightness: Int): BaseColor

    Definition Classes
    BaseColorObject
  17. def hsla(hue: Int, saturation: Int, lightness: Int, transparency: Double): CssDeclaration

    Definition Classes
    BaseColorObject
    Annotations
    @macroImpl( ... )
  18. def hslaOld(hue: Int, saturation: Int, lightness: Int, transparency: Double): BaseColor

    Definition Classes
    BaseColorObject
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def rgb(red: Int, green: Int, blue: Int): CssDeclaration

    Definition Classes
    BaseColorObject
    Annotations
    @macroImpl( ... )
  24. def rgbOld(red: Int, green: Int, blue: Int): BaseColor

    Definition Classes
    BaseColorObject
  25. def rgbPct(red: Int, green: Int, blue: Int): CssDeclaration

    Definition Classes
    BaseColorObject
    Annotations
    @macroImpl( ... )
  26. def rgbPctOld(red: Int, green: Int, blue: Int): BaseColor

    Definition Classes
    BaseColorObject
  27. def rgba(red: Int, green: Int, blue: Int, transparency: Double): CssDeclaration

    Definition Classes
    BaseColorObject
    Annotations
    @macroImpl( ... )
  28. def rgbaOld(red: Int, green: Int, blue: Int, transparency: Double): BaseColor

    Definition Classes
    BaseColorObject
  29. def rgbaPct(red: Int, green: Int, blue: Int, transparency: Double): CssDeclaration

    Definition Classes
    BaseColorObject
    Annotations
    @macroImpl( ... )
  30. def rgbaPctOld(red: Int, green: Int, blue: Int, transparency: Double): BaseColor

    Definition Classes
    BaseColorObject
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from BaseColorObject

Inherited from AnyRef

Inherited from Any

Ungrouped