SRGBToLinear

THREE.SRGBToLinear
object SRGBToLinear extends Function1[Double, Double]

Converts color component from sRGB to linear space

Attributes

Graph
Supertypes
trait Function1[Double, Double]
class Function
class Object
trait Any
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def apply(c: Double): Double

Inherited methods

def bind(thisArg: Any, argArray: Any*): Dynamic

Attributes

Inherited from:
Function
def call(thisArg: Any, argArray: Any*): Dynamic

Attributes

Inherited from:
Function
def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Inherited fields

val length: Int

Attributes

Inherited from:
Function