[ Maverik Level 1 functions ]


mav_paletteLightSet

Summary

Define a light.


Syntax

void mav_paletteLightSet(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);


Description

This function sets the colour specification of the light at entry index in the light table of palette p.


Back to the index page.