[ Maverik Level 1 functions ]


mav_paletteMaterialSet

Summary

Define a material entry in a palette.


Syntax

void mav_paletteMaterialSet(MAV_palette *p, int index, float ar, float ag, float ab, float aa, float dr, float dg, float db, float da, float sr, float sg, float sb, float sa, float er, float eg, float eb, float ea, float shin);


Description

This function defines material entry index of palette p as specified by the various values described above.


See also

mav_paletteColourSet.html>mav_paletteColourSet, mav_paletteTextureSet.html>mav_paletteTextureSet


Back to the index page.