"TYPO3 4.0.1: SC_wizard_colorpicker Class Reference", "datetime" => "Sat Dec 2 19:25:37 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

SC_wizard_colorpicker Class Reference

List of all members.

Public Member Functions

 init ()
 main ()
 printContent ()
 frameSet ()
 colorMatrix ()
 colorList ()
 colorImage ()
 getIndex ($im, $x, $y)

Public Attributes

 $P
 $colorValue
 $fieldChangeFunc
 $fieldName
 $formName
 $md5ID
 $showPicker
 $HTMLcolorList = "aqua,black,blue,fuchsia,gray,green,lime,maroon,navy,olive,purple,red,silver,teal,yellow,white"
 $pickerImage = ''
 $imageError = ''
 $doc
 $content

Detailed Description

Definition at line 75 of file wizard_colorpicker.php.


Member Function Documentation

SC_wizard_colorpicker::colorImage  ) 
 

Creates a color image selector

Returns:
void

Definition at line 384 of file wizard_colorpicker.php.

References t3lib_div::_POST().

SC_wizard_colorpicker::colorList  ) 
 

Creates a selector box with all HTML color names.

Returns:
void

Definition at line 354 of file wizard_colorpicker.php.

SC_wizard_colorpicker::colorMatrix  ) 
 

Creates a color matrix table

Returns:
void

Definition at line 305 of file wizard_colorpicker.php.

SC_wizard_colorpicker::frameSet  ) 
 

Returnes a frameset so our JavaScript Reference isn't lost Took some brains to figure this one out ;-) If Peter wouldn't have been I would've gone insane...

Returns:
void

Definition at line 246 of file wizard_colorpicker.php.

SC_wizard_colorpicker::getIndex im,
x,
y
 

Gets the HTML (Hex) Color Code for the selected pixel of an image This method handles the correct imageResource no matter what format

Parameters:
pointer Valid ImageResource returned by t3lib_stdgraphic::imageCreateFromFile
integer X-Coordinate of the pixel that should be checked
integer Y-Coordinate of the pixel that should be checked
Returns:
string HEX RGB value for color
See also:
colorImage()

Definition at line 417 of file wizard_colorpicker.php.

SC_wizard_colorpicker::init  ) 
 

Initialises the Class

Returns:
void

Definition at line 103 of file wizard_colorpicker.php.

References t3lib_div::_GP(), t3lib_div::getFileAbsFileName(), and t3lib_div::makeInstance().

SC_wizard_colorpicker::main  ) 
 

Main Method, rendering either colorpicker or frameset depending on ->showPicker

Returns:
void

Definition at line 182 of file wizard_colorpicker.php.

References t3lib_div::_GP().

SC_wizard_colorpicker::printContent  ) 
 

Returnes the sourcecode to the browser

Returns:
void

Definition at line 233 of file wizard_colorpicker.php.


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