@jpmorganchase/anu / Exports / OrdinalChromatic
Class: OrdinalChromatic
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new OrdinalChromatic(scheme
): OrdinalChromatic
Parameters
Name | Type |
---|---|
scheme | string | string [] |
Returns
Defined in
prefabs/Chromatic/Chromatic.ts:7
Properties
scheme
• scheme: string
[]
Defined in
prefabs/Chromatic/Chromatic.ts:5
Methods
toColor3
▸ toColor3(steps?
): Color3
[]
Parameters
Name | Type |
---|---|
steps | number |
Returns
Color3
[]
Defined in
prefabs/Chromatic/Chromatic.ts:11
toColor4
▸ toColor4(steps?
): Color4
[]
Parameters
Name | Type |
---|---|
steps | number |
Returns
Color4
[]
Defined in
prefabs/Chromatic/Chromatic.ts:15
toPBRMaterialGlossy
▸ toPBRMaterialGlossy(steps?
): PBRSpecularGlossinessMaterial
[]
Parameters
Name | Type |
---|---|
steps | number |
Returns
PBRSpecularGlossinessMaterial
[]
Defined in
prefabs/Chromatic/Chromatic.ts:27
toPBRMaterialRough
▸ toPBRMaterialRough(steps?
): PBRMetallicRoughnessMaterial
[]
Parameters
Name | Type |
---|---|
steps | number |
Returns
PBRMetallicRoughnessMaterial
[]
Defined in
prefabs/Chromatic/Chromatic.ts:23
toStandardMaterial
▸ toStandardMaterial(steps?
): StandardMaterial
[]
Parameters
Name | Type |
---|---|
steps | number |
Returns
StandardMaterial
[]