de.sciss.icons.raphael

Value members

Concrete methods

def Apply(fun: Path2D => Unit): Shape

Creates a shape from a given shape function.

Creates a shape from a given shape function.

def DimPaint: Paint
def DisabledIcon(extent: Int, fill: Paint, shadow: Paint)(fun: Path2D => Unit): Icon
def Icon(extent: Int, fill: Paint, shadow: Paint)(fun: Path2D => Unit): Icon

Creates an icon from a given shape function.

Creates an icon from a given shape function.

def PlainPaint: Paint
def PlainPaintDisabled: Paint
def Shadow: Paint
def ShadowDisabled: Paint
def TexturePaint(extent: Int): Paint

Standard OS X style textured icon foreground color. Uses a vertical gradient from black to gray. On dark skin look uses whitish.

Standard OS X style textured icon foreground color. Uses a vertical gradient from black to gray. On dark skin look uses whitish.

def TexturePaintDisabled(extent: Int): Paint
def TexturedDisabledIcon(extent: Int)(fun: Path2D => Unit): Icon
def TexturedIcon(extent: Int)(fun: Path2D => Unit): Icon

Concrete fields

val BlackShadow: Paint
val NoPaint: Paint

Special paint indicating no painting (fully translucent)

Special paint indicating no painting (fully translucent)

val WhiteShadow: Paint