Colors

com.netflix.atlas.chart.Colors
object Colors

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Colors.type

Members list

Value members

Concrete methods

def load(name: String): List[Color]

Load a list of colors from a resource file.

Load a list of colors from a resource file.

Attributes

def withAlpha(c: Color, alpha: Int): Color