$widgets
$widgets :
Work around issue with arrays and __get
The Ansel_Style:: class is responsible for holding information about a single Ansel style.
See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
$_properties : array
Holds the style definition. Currently supported properties are: <pre> 'thumbstyle' - The ImageGenerator to use for thumbnails, e.g. PolaroidThumb or RoundedThumb 'background' - The background color of the view area. If needed, generated images will contain this as their background color.
'gallery_view' - The GalleryRenderer type to use for the gallery view, e.g. GalleryLightbox or Gallery. 'widgets' - An array of widgets and their configuration values to display on the gallery view. e.g. Array('Geotag' => array(), 'Tags' => array('view' => 'gallery')) 'width' - Optional width of generated thumbnails. 'height' - Option height of generated thumbnails. 'image_widgets' - @TODO: not yet implemented.