ControlFillRange

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(key: String, numChannels: Int, value: Float): ControlFillRange
def apply(key: Int, numChannels: Int, value: Float): ControlFillRange

Implicits

Implicits

implicit
def intDoubleControlFill(tup: (Int, Int, Double)): ControlFillRange
implicit
def intFloatControlFill(tup: (Int, Int, Float)): ControlFillRange
implicit
def intIntControlFill(tup: (Int, Int, Int)): ControlFillRange
implicit
def stringDoubleControlFill(tup: (String, Int, Double)): ControlFillRange
implicit
def stringFloatControlFill(tup: (String, Int, Float)): ControlFillRange
implicit
def stringIntControlFill(tup: (String, Int, Int)): ControlFillRange