Indicates the end of a material palette.
*EndPalette()Indicates the end of a material palette. |
|||||
*EndPalette()Indicates the end of a material palette. |
Syntax |
*EndPalette() |
Example |
*BeginPalette() *BeginMaterial() *Name("blue green") *Emission(0, 0, 0) *Ambient(0, 0.46118, 0.6) *Diffuse(0, 0.76863, 1) *Specular(0, 0, 0) *Shininess(0) *Alpha(1) *EndMaterial() *EndPalette() |
Application |
MBD Model and HyperView. |
Context |
|
Comments |
Every *BeginPalette() statement requires a closing *EndPalette() statement. |
See also |
|