object
Color
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
Black
: Int
-
val
BoxedBlack
: Double
-
val
BoxedWhite
: Double
-
val
ColorNames
: Array[String]
-
val
MaxColor
: Int
-
val
NumHues
: Int
-
val
White
: Double
-
def
argbToColor
(argb: Int): Double
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
findCentralColorNumber
(color: Double): Double
-
def
getARGBByIndex
(index: Int): Int
-
def
getARGBIntByRGBAList
(rgba: LogoList): Int
-
def
getARGBbyPremodulatedColorNumber
(modulatedColor: Double): Int
-
def
getClass
(): java.lang.Class[_]
-
def
getClosestColorNameByARGB
(argb: Int): String
-
def
getClosestColorNumberByARGB
(argb: Int): Double
-
def
getClosestColorNumberByHSB
(h: Float, s: Float, b: Float): Double
-
def
getColor
(color: AnyRef): Color
-
def
getColorNameByIndex
(index: Int): String
-
def
getColorNamesArray
: Array[String]
-
def
getColorNumberByIndex
(index: Int): Double
-
def
getComplement
(color: Color): Color
-
def
getHSBListByARGB
(argb: Int): LogoList
-
def
getRGBAListByARGB
(argb: Int): LogoList
-
def
getRGBByName
(name: String): Int
-
def
getRGBInt
(c: AnyRef): Int
-
def
getRGBInt
(r: Int, g: Int, b: Int): Int
-
def
getRGBListByARGB
(argb: Int): LogoList
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
modulateDouble
(color: Double): Double
-
def
modulateDouble
(color: Double): Double
-
def
modulateInteger
(color: Int): Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
translateSavedColor
(color: Int): Int
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any