Packages

object Color extends Color

Source
Color.scala
Linear Supertypes
Color, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Color
  2. Color
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BoxedBlack: Double
    Definition Classes
    Color
  5. val BoxedWhite: Double
    Definition Classes
    Color
  6. val MaxColor: Int
    Definition Classes
    Color
  7. val NumHues: Int
    Definition Classes
    Color
  8. def argbToColor(argb: Int): Double
    Definition Classes
    Color
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def estimateClosestColorNumberByRGB(argb: Int): Double
    Attributes
    protected
    Definition Classes
    Color
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findCentralColorNumber(color: Double): Double
    Definition Classes
    Color
  16. def getARGBByIndex(index: Int): Int
    Definition Classes
    Color
  17. def getARGBIntByRGBAList(rgba: LogoList): Int
    Definition Classes
    Color
  18. def getARGBbyPremodulatedColorNumber(modulatedColor: Double): Int
    Definition Classes
    Color
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getClosestColorNumberByARGB(argb: Int): Double
    Definition Classes
    Color
  21. def getRGBByName(name: String): Int
    Definition Classes
    Color
  22. def getRGBInt(c: AnyRef): Int
    Definition Classes
    Color
  23. def getRGBInt(r: Int, g: Int, b: Int): Int
    Definition Classes
    Color
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def modulateDouble(color: Double): Double
    Definition Classes
    Color
  27. def modulateDouble(color: Double): Double
    Definition Classes
    Color
  28. def modulateInteger(color: Int): Int
    Definition Classes
    Color
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val rgbMap: LinkedHashMap[Double, Double]
    Attributes
    protected
    Definition Classes
    Color
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Color

Inherited from AnyRef

Inherited from Any

Ungrouped