*BeginPalette()
Indicates the beginning of a material palette.
Syntax
*BeginPalette()
Application
MotionView and HyperView
Context
*BeginPalette()
Preference Files
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)
             *Metallic(10.5)
             *Roughness(25.5)
	*EndMaterial()
*EndPalette()Comments
The *BeginPalette() block contains user-defined graphic palettes.
Every *BeginPalette() statement requires a closing *EndPalette() statement.