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
- 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
- def convertGoodHSBListToDumbOldHSBFormat(hsbvals: LogoList): LogoList
-
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
- 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
modulateDouble(color: Double): Double
- Definition Classes
- Color
-
def
modulateDouble(color: Double): Double
- Definition Classes
- Color
-
def
modulateInteger(color: Int): Int
- Definition Classes
- Color
- def translateSavedColor(color: Int): Int
-
def
validRGBList(rgb: LogoList, allowAlpha: Boolean): Unit
- Annotations
- @throws( classOf[AgentException] )