object Color extends Color
- Source
- Color.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Color
- Color
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BaseColors: LogoList
-
val
BoxedBlack: Double
- Definition Classes
- Color
-
val
BoxedWhite: Double
- Definition Classes
- Color
- val ColorNames: Array[String]
-
val
MaxColor: Int
- Definition Classes
- Color
-
val
NumHues: Int
- Definition Classes
- Color
-
def
argbToColor(argb: Int): Double
- Definition Classes
- Color
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def convertGoodHSBListToDumbOldHSBFormat(hsbvals: LogoList): LogoList
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
estimateClosestColorNumberByRGB(argb: Int): Double
- Attributes
- protected
- Definition Classes
- Color
-
def
findCentralColorNumber(color: Double): Double
- Definition Classes
- Color
-
def
getARGBByIndex(index: Int): Int
- Definition Classes
- Color
-
def
getARGBIntByRGBAList(rgba: LogoList): Int
- Definition Classes
- Color
-
def
getARGBbyPremodulatedColorNumber(modulatedColor: Double): Int
- Definition Classes
- Color
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getClosestColorNameByARGB(argb: Int): String
-
def
getClosestColorNumberByARGB(argb: Int): Double
- Definition Classes
- Color
- def getClosestColorNumberByHSB(h: Float, s: Float, b: Float): Double
- def getColor(color: AnyRef): Color
- def getColorNameByIndex(index: Int): String
- def getColorNumberByIndex(index: Int): Double
- def getComplement(color: Color): Color
- def getHSBListByARGB(argb: Int): LogoList
- def getHSBListByColor(color: Double): LogoList
- def getHSBListByRGBList(rgbList: LogoList): LogoList
- def getRGBAListByARGB(argb: Int): LogoList
-
def
getRGBByName(name: String): Int
- Definition Classes
- Color
-
def
getRGBInt(c: AnyRef): Int
- Definition Classes
- Color
-
def
getRGBInt(r: Int, g: Int, b: Int): Int
- Definition Classes
- Color
- def getRGBListByARGB(argb: Int): LogoList
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
modulateDouble(color: Double): Double
- Definition Classes
- Color
-
def
modulateDouble(color: Double): Double
- Definition Classes
- Color
-
def
modulateInteger(color: Int): Int
- Definition Classes
- Color
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
val
rgbMap: LinkedHashMap[Double, Double]
- Attributes
- protected
- Definition Classes
- Color
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def translateSavedColor(color: Int): Int
-
def
validRGBList(rgb: LogoList, allowAlpha: Boolean): Unit
- Annotations
- @throws( classOf[AgentException] )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )