array( 'file' => 'utility-color.inc', 'render element' => 'form', ), 'imagecacheactions_rgb' => array( 'file' => 'utility-color.inc', 'variables' => array('rgb' => NULL), ), ); } /** * Implements hook_stream_wrappers(). */ function imagecache_actions_stream_wrappers() { $wrappers = array( 'module' => array( 'name' => t('Module files (read-only)'), 'class' => 'ImageCacheActionsModuleStreamWrapper', 'description' => t('Module files (read-only).'), 'type' => STREAM_WRAPPERS_LOCAL | STREAM_WRAPPERS_READ_VISIBLE, ), ); return $wrappers; }