Search
Preparing search index...
The search index is not available
ngx3js
Options
All
Public
Public/Protected
All
Inherited
Menu
ngx3js
I3JS
ColorSpaceNode
Interface ColorSpaceNode
Color space node
Hierarchy
I3JS
.
TempNode
ColorSpaceNode
Index
Constructors
constructor
Properties
GAMMA_
TO_
LINEAR
LINEAR_
TO_
GAMMA
LINEAR_
TO_
LINEAR
LINEAR_
TO_
LOG_
LUV
LINEAR_
TO_
RGBD
LINEAR_
TO_
RGBE
LINEAR_
TO_
RGBM
LINEAR_
TO_
SRGB
LOG_
LUV_
TO_
LINEAR
Nodes
RGBD_
TO_
LINEAR
RGBE_
TO_
LINEAR
RGBM_
TO_
LINEAR
SRGB_
TO_
LINEAR
frame
Id
hash
Properties
input
is
Node
label
method
name
node
Type
shared
type
unique
user
Data
uuid
value
Methods
analyze
analyze
And
Flow
append
Deps
Node
build
copy
createJSONNode
flow
from
Decoding
from
Encoding
generate
get
Encoding
Components
get
Hash
getJSONNode
get
Label
get
Name
get
Node
Type
get
Shared
get
Temp
get
Type
get
Unique
get
Update
Type
get
Uuid
set
Label
set
Name
toJSON
update
Constructors
constructor
new
Color
Space
Node
(
input
:
I3JS
.
NodeNode
, method
?:
string
)
:
I3JS
.
ColorSpaceNode
new
Color
Space
Node
(
type
:
string
, params
?:
TempNodeParams
)
:
I3JS
.
ColorSpaceNode
new
Color
Space
Node
(
type
?:
string
)
:
I3JS
.
ColorSpaceNode
Parameters
input:
I3JS
.
NodeNode
Optional
method:
string
Returns
I3JS
.
ColorSpaceNode
Parameters
type:
string
Optional
params:
TempNodeParams
Returns
I3JS
.
ColorSpaceNode
Parameters
Optional
type:
string
Returns
I3JS
.
ColorSpaceNode
Properties
GAMMA_
TO_
LINEAR
GAMMA_
TO_
LINEAR
:
string
LINEAR_
TO_
GAMMA
LINEAR_
TO_
GAMMA
:
string
LINEAR_
TO_
LINEAR
LINEAR_
TO_
LINEAR
:
string
LINEAR_
TO_
LOG_
LUV
LINEAR_
TO_
LOG_
LUV
:
string
LINEAR_
TO_
RGBD
LINEAR_
TO_
RGBD
:
string
LINEAR_
TO_
RGBE
LINEAR_
TO_
RGBE
:
string
LINEAR_
TO_
RGBM
LINEAR_
TO_
RGBM
:
string
LINEAR_
TO_
SRGB
LINEAR_
TO_
SRGB
:
string
LOG_
LUV_
TO_
LINEAR
LOG_
LUV_
TO_
LINEAR
:
string
Nodes
Nodes
:
{
GammaToLinear
:
I3JS
.
FunctionNode
;
LinearToGamma
:
I3JS
.
FunctionNode
;
LinearToLinear
:
I3JS
.
FunctionNode
;
LinearToLogLuv
:
I3JS
.
FunctionNode
;
LinearToRGBD
:
I3JS
.
FunctionNode
;
LinearToRGBE
:
I3JS
.
FunctionNode
;
LinearToRGBM
:
I3JS
.
FunctionNode
;
LinearTosRGB
:
I3JS
.
FunctionNode
;
LogLuvToLinear
:
I3JS
.
FunctionNode
;
RGBDToLinear
:
I3JS
.
FunctionNode
;
RGBEToLinear
:
I3JS
.
FunctionNode
;
RGBMToLinear
:
I3JS
.
FunctionNode
;
cLogLuvInverseM
:
I3JS
.
FunctionNode
;
cLogLuvM
:
I3JS
.
FunctionNode
;
sRGBToLinear
:
I3JS
.
FunctionNode
}
Type declaration
Gamma
To
Linear
:
I3JS
.
FunctionNode
Linear
To
Gamma
:
I3JS
.
FunctionNode
Linear
To
Linear
:
I3JS
.
FunctionNode
Linear
To
Log
Luv
:
I3JS
.
FunctionNode
Linear
ToRGBD
:
I3JS
.
FunctionNode
Linear
ToRGBE
:
I3JS
.
FunctionNode
Linear
ToRGBM
:
I3JS
.
FunctionNode
Linear
TosRGB
:
I3JS
.
FunctionNode
Log
Luv
To
Linear
:
I3JS
.
FunctionNode
RGBDTo
Linear
:
I3JS
.
FunctionNode
RGBETo
Linear
:
I3JS
.
FunctionNode
RGBMTo
Linear
:
I3JS
.
FunctionNode
c
Log
Luv
InverseM
:
I3JS
.
FunctionNode
c
Log
LuvM
:
I3JS
.
FunctionNode
sRGBTo
Linear
:
I3JS
.
FunctionNode
RGBD_
TO_
LINEAR
RGBD_
TO_
LINEAR
:
string
RGBE_
TO_
LINEAR
RGBE_
TO_
LINEAR
:
string
RGBM_
TO_
LINEAR
RGBM_
TO_
LINEAR
:
string
SRGB_
TO_
LINEAR
SRGB_
TO_
LINEAR
:
string
frame
Id
frame
Id
:
number
hash
Properties
hash
Properties
:
string
[]
input
input
:
I3JS
.
NodeNode
Readonly
is
Node
is
Node
:
true
label
label
:
string
method
method
:
string
name
name
:
string
node
Type
node
Type
:
string
shared
shared
:
boolean
type
type
:
string
unique
unique
:
boolean
user
Data
user
Data
:
object
uuid
uuid
:
string
value
value
:
any
Methods
analyze
analyze
(
builder
:
I3JS
.
NodeBuilder
, settings
?:
object
)
:
void
Parameters
builder:
I3JS
.
NodeBuilder
Optional
settings:
object
Returns
void
analyze
And
Flow
analyze
And
Flow
(
builder
:
I3JS
.
NodeBuilder
, output
:
string
, settings
?:
object
)
:
NodeFlow
Parameters
builder:
I3JS
.
NodeBuilder
output:
string
Optional
settings:
object
Returns
NodeFlow
append
Deps
Node
append
Deps
Node
(
builder
:
I3JS
.
NodeBuilder
, data
:
object
, output
:
string
)
:
void
Parameters
builder:
I3JS
.
NodeBuilder
data:
object
output:
string
Returns
void
build
build
(
builder
:
I3JS
.
NodeBuilder
, output
:
string
, uuid
?:
string
, ns
?:
string
)
:
string
Parameters
builder:
I3JS
.
NodeBuilder
output:
string
Optional
uuid:
string
Optional
ns:
string
Returns
string
copy
copy
(
source
:
I3JS
.
ColorSpaceNode
)
:
I3JS
.
ColorSpaceNode
Parameters
source:
I3JS
.
ColorSpaceNode
Returns
I3JS
.
ColorSpaceNode
createJSONNode
createJSONNode
(
meta
?:
string
|
object
)
:
object
Parameters
Optional
meta:
string
|
object
Returns
object
flow
flow
(
builder
:
I3JS
.
NodeBuilder
, output
:
string
, settings
?:
object
)
:
NodeFlow
Parameters
builder:
I3JS
.
NodeBuilder
output:
string
Optional
settings:
object
Returns
NodeFlow
from
Decoding
from
Decoding
(
encoding
:
number
)
:
void
Parameters
encoding:
number
Returns
void
from
Encoding
from
Encoding
(
encoding
:
number
)
:
void
Parameters
encoding:
number
Returns
void
generate
generate
(
builder
?:
I3JS
.
NodeBuilder
, output
?:
string
, uuid
?:
string
, type
?:
string
, ns
?:
string
)
:
string
Parameters
Optional
builder:
I3JS
.
NodeBuilder
Optional
output:
string
Optional
uuid:
string
Optional
type:
string
Optional
ns:
string
Returns
string
get
Encoding
Components
get
Encoding
Components
(
encoding
:
number
)
:
any
[]
Parameters
encoding:
number
Returns
any
[]
get
Hash
get
Hash
(
)
:
string
Returns
string
getJSONNode
getJSONNode
(
meta
?:
string
|
object
)
:
object
Parameters
Optional
meta:
string
|
object
Returns
object
get
Label
get
Label
(
builder
:
I3JS
.
NodeBuilder
)
:
string
Parameters
builder:
I3JS
.
NodeBuilder
Returns
string
get
Name
get
Name
(
builder
:
I3JS
.
NodeBuilder
)
:
string
Parameters
builder:
I3JS
.
NodeBuilder
Returns
string
get
Node
Type
get
Node
Type
(
)
:
string
Returns
string
get
Shared
get
Shared
(
builder
:
I3JS
.
NodeBuilder
, output
:
string
)
:
boolean
Parameters
builder:
I3JS
.
NodeBuilder
output:
string
Returns
boolean
get
Temp
get
Temp
(
builder
:
I3JS
.
NodeBuilder
, uuid
:
string
)
:
string
Parameters
builder:
I3JS
.
NodeBuilder
uuid:
string
Returns
string
get
Type
get
Type
(
builder
:
I3JS
.
NodeBuilder
, output
?:
string
)
:
string
Parameters
builder:
I3JS
.
NodeBuilder
Optional
output:
string
Returns
string
get
Unique
get
Unique
(
builder
:
I3JS
.
NodeBuilder
, output
:
string
)
:
boolean
Parameters
builder:
I3JS
.
NodeBuilder
output:
string
Returns
boolean
get
Update
Type
get
Update
Type
(
)
:
string
Returns
string
get
Uuid
get
Uuid
(
unique
:
boolean
)
:
string
Parameters
unique:
boolean
Returns
string
set
Label
set
Label
(
name
:
string
)
:
I3JS
.
ColorSpaceNode
Parameters
name:
string
Returns
I3JS
.
ColorSpaceNode
set
Name
set
Name
(
name
:
string
)
:
I3JS
.
ColorSpaceNode
Parameters
name:
string
Returns
I3JS
.
ColorSpaceNode
toJSON
toJSON
(
meta
?:
string
|
object
)
:
object
Parameters
Optional
meta:
string
|
object
Returns
object
update
update
(
frame
?:
any
)
:
void
Parameters
Optional
frame:
any
Returns
void
Exports
AMMO
CHARTJS
ECHARTS
I3JS
NODES
THREE
Color
Space
Node
constructor
GAMMA_
TO_
LINEAR
LINEAR_
TO_
GAMMA
LINEAR_
TO_
LINEAR
LINEAR_
TO_
LOG_
LUV
LINEAR_
TO_
RGBD
LINEAR_
TO_
RGBE
LINEAR_
TO_
RGBM
LINEAR_
TO_
SRGB
LOG_
LUV_
TO_
LINEAR
Nodes
RGBD_
TO_
LINEAR
RGBE_
TO_
LINEAR
RGBM_
TO_
LINEAR
SRGB_
TO_
LINEAR
frame
Id
hash
Properties
input
is
Node
label
method
name
node
Type
shared
type
unique
user
Data
uuid
value
analyze
analyze
And
Flow
append
Deps
Node
build
copy
createJSONNode
flow
from
Decoding
from
Encoding
generate
get
Encoding
Components
get
Hash
getJSONNode
get
Label
get
Name
get
Node
Type
get
Shared
get
Temp
get
Type
get
Unique
get
Update
Type
get
Uuid
set
Label
set
Name
toJSON
update
Generated using
TypeDoc
Color space node