Lumiverse  2.5
A framework for creating lighting control applications
Public Member Functions | Public Attributes | List of all members
Lumiverse::FocusPalette Struct Reference

A Focus Palette is a preset configuration for the pan and tilt of a light. More...

#include <Device.h>

Public Member Functions

 FocusPalette (string name, float pan, float tilt, string area, string system, string image)
 

Public Attributes

string _name
 
float _pan
 
float _tilt
 
string _area
 
string _system
 
string _image
 

Detailed Description

A Focus Palette is a preset configuration for the pan and tilt of a light.

Pan and tilt are specified in percentages, so when creating them you'll likely need to convert from a LumiverseOrientation or a DMX value. FocusPalettes can be assigned to devices that don't have pan or tilt parameters, but doing so will really not have much effect.


The documentation for this struct was generated from the following file: