#include <llfloatercolorpicker.h>
Inheritance diagram for LLFloaterColorPicker:
Definition at line 49 of file llfloatercolorpicker.h.
LLFloaterColorPicker::LLFloaterColorPicker | ( | LLColorSwatchCtrl * | swatch, | |
BOOL | show_apply_immediate = FALSE | |||
) |
Definition at line 80 of file llfloatercolorpicker.cpp.
References createUI(), FALSE, mApplyImmediateCheck, mCanApplyImmediately, LLCheckBoxCtrl::set(), and LLCheckBoxCtrl::setEnabled().
LLFloaterColorPicker::~LLFloaterColorPicker | ( | ) | [virtual] |
void LLFloaterColorPicker::cancelSelection | ( | ) |
Definition at line 1165 of file llfloatercolorpicker.cpp.
References LLColorSwatchCtrl::COLOR_CANCEL, enableTextCallbacks(), FALSE, getOrigB(), getOrigG(), getOrigR(), getSwatch(), LLColorSwatchCtrl::onColorChanged(), setCurRgb(), and LLFloater::setVisible().
Referenced by LLColorSwatchCtrl::setEnabled(), and LLColorSwatchCtrl::~LLColorSwatchCtrl().
void LLFloaterColorPicker::createUI | ( | ) |
Definition at line 138 of file llfloatercolorpicker.cpp.
References LLUICtrlFactory::buildFloater(), codec, f, FALSE, LLControlGroup::getColor4(), gSavedSettings, gUICtrlFactory, hslToRgb(), mComponents, mPalette, mRGBImage, mRGBViewerImageHeight, mRGBViewerImageWidth, numPaletteColumns, numPaletteRows, s, S32, LLFloater::setVisible(), TRUE, x, and y.
Referenced by LLFloaterColorPicker().
void LLFloaterColorPicker::destroyUI | ( | ) |
Definition at line 283 of file llfloatercolorpicker.cpp.
References mPalette, mSwatchView, NULL, LLView::removeChild(), and stopUsingPipette().
Referenced by ~LLFloaterColorPicker().
void LLFloaterColorPicker::draw | ( | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 538 of file llfloatercolorpicker.cpp.
References LLFocusMgr::childHasKeyboardFocus(), LLFocusMgr::childHasMouseCapture(), CONTEXT_CONE_IN_ALPHA, CONTEXT_CONE_OUT_ALPHA, CONTEXT_FADE_TIME, LLFloater::draw(), drawPalette(), f, FALSE, getCurB(), getCurG(), getCurH(), getCurL(), getCurR(), LLToolMgr::getCurrentTool(), getCurS(), LLControlGroup::getF32(), LLCriticalDamp::getInterpolant(), LLView::getLocalRect(), gFocusMgr, gl_draw_image(), gl_line_2d(), gl_rect_2d(), gl_triangle_2d(), glBegin, glColor4f, glEnd, gSavedSettings, gToolMgr, gToolPipette, hslToRgb(), LLView::isInVisibleChain(), lerp(), LLView::localRectToOtherView(), mActive, mApplyImmediateCheck, LLRectBase< Type >::mBottom, mCanApplyImmediately, mContextConeOpacity, LLFloater::mDragHandle, LLRectBase< Type >::mLeft, mLumMarkerSize, mLumRegionHeight, mLumRegionLeft, mLumRegionTop, mLumRegionWidth, mPipetteBtn, mRGBImage, mRGBViewerImageHeight, mRGBViewerImageLeft, mRGBViewerImageTop, mRGBViewerImageWidth, LLRectBase< Type >::mRight, mSelectBtn, mSwatch, mSwatchRegionHeight, mSwatchRegionLeft, mSwatchRegionTop, mSwatchRegionWidth, LLRectBase< Type >::mTop, NULL, S32, LLCheckBoxCtrl::setEnabled(), LLView::setEnabled(), LLButton::setToggleState(), TRUE, LLColor4::white, and y.
void LLFloaterColorPicker::drawPalette | ( | ) | [private] |
Definition at line 700 of file llfloatercolorpicker.cpp.
References f, FALSE, getComplimentaryColor(), gl_line_2d(), gl_rect_2d(), highlightEntry, mPalette, mPaletteRegionHeight, mPaletteRegionLeft, mPaletteRegionTop, mPaletteRegionWidth, numPaletteColumns, numPaletteRows, S32, TRUE, x, and y.
Referenced by draw().
Definition at line 768 of file llfloatercolorpicker.cpp.
References LLPanel::childSetCommitCallback(), and onTextCommit().
Referenced by cancelSelection(), handleMouseDown(), initUI(), onTextEntryChanged(), and setCurRgb().
Definition at line 678 of file llfloatercolorpicker.cpp.
References LLColor4::black, LLColor4::calcHSL(), f, and LLColor4::white.
Referenced by drawPalette().
F32 LLFloaterColorPicker::getCurB | ( | ) | [inline] |
Definition at line 85 of file llfloatercolorpicker.h.
References curB.
Referenced by draw(), handleMouseUp(), LLColorSwatchCtrl::onColorChanged(), and updateTextEntry().
F32 LLFloaterColorPicker::getCurG | ( | ) | [inline] |
Definition at line 84 of file llfloatercolorpicker.h.
References curG.
Referenced by draw(), handleMouseUp(), LLColorSwatchCtrl::onColorChanged(), and updateTextEntry().
F32 LLFloaterColorPicker::getCurH | ( | ) | [inline] |
Definition at line 90 of file llfloatercolorpicker.h.
References curH.
Referenced by draw(), updateRgbHslFromPoint(), and updateTextEntry().
Definition at line 423 of file llfloatercolorpicker.cpp.
References curH, curL, and curS.
Referenced by onTextEntryChanged().
F32 LLFloaterColorPicker::getCurL | ( | ) | [inline] |
Definition at line 92 of file llfloatercolorpicker.h.
References curL.
Referenced by draw(), updateRgbHslFromPoint(), and updateTextEntry().
F32 LLFloaterColorPicker::getCurR | ( | ) | [inline] |
Definition at line 83 of file llfloatercolorpicker.h.
References curR.
Referenced by draw(), handleMouseUp(), LLColorSwatchCtrl::onColorChanged(), and updateTextEntry().
Definition at line 397 of file llfloatercolorpicker.cpp.
References curB, curG, and curR.
Referenced by onTextEntryChanged().
F32 LLFloaterColorPicker::getCurS | ( | ) | [inline] |
Definition at line 91 of file llfloatercolorpicker.h.
References curS.
Referenced by draw(), updateRgbHslFromPoint(), and updateTextEntry().
BOOL LLFloaterColorPicker::getMouseDownInHueRegion | ( | ) | [inline] |
Definition at line 104 of file llfloatercolorpicker.h.
References mMouseDownInHueRegion.
Referenced by handleHover(), and handleMouseUp().
BOOL LLFloaterColorPicker::getMouseDownInLumRegion | ( | ) | [inline] |
Definition at line 107 of file llfloatercolorpicker.h.
References mMouseDownInLumRegion.
Referenced by handleHover(), and handleMouseUp().
BOOL LLFloaterColorPicker::getMouseDownInSwatch | ( | ) | [inline] |
F32 LLFloaterColorPicker::getOrigB | ( | ) | [inline] |
Definition at line 78 of file llfloatercolorpicker.h.
References origB.
Referenced by cancelSelection().
F32 LLFloaterColorPicker::getOrigG | ( | ) | [inline] |
Definition at line 77 of file llfloatercolorpicker.h.
References origG.
Referenced by cancelSelection().
F32 LLFloaterColorPicker::getOrigR | ( | ) | [inline] |
Definition at line 76 of file llfloatercolorpicker.h.
References origR.
Referenced by cancelSelection().
LLColorSwatchCtrl* LLFloaterColorPicker::getSwatch | ( | ) | [inline] |
Definition at line 71 of file llfloatercolorpicker.h.
References mSwatch.
Referenced by cancelSelection(), handleMouseDown(), handleMouseUp(), onTextEntryChanged(), and showUI().
Reimplemented from LLView.
Definition at line 1010 of file llfloatercolorpicker.cpp.
References getMouseDownInHueRegion(), getMouseDownInLumRegion(), LLView::getWindow(), LLView::handleHover(), highlightEntry, LLFloater::isFrontmost(), llclamp(), mLumRegionHeight, mLumRegionLeft, mLumRegionTop, mLumRegionWidth, mMouseDownInSwatch, mPaletteRegionHeight, mPaletteRegionLeft, mPaletteRegionTop, mPaletteRegionWidth, mRGBViewerImageHeight, mRGBViewerImageLeft, mRGBViewerImageTop, mRGBViewerImageWidth, numPaletteColumns, numPaletteRows, LLRectBase< Type >::pointInRect(), S32, LLWindow::setCursor(), TRUE, UI_CURSOR_ARROWDRAG, updateRgbHslFromPoint(), and updateTextEntry().
Reimplemented from LLFloater.
Definition at line 904 of file llfloatercolorpicker.cpp.
References LLFloaterView::bringToFront(), c, LLFocusMgr::childHasKeyboardFocus(), LLColorSwatchCtrl::COLOR_CHANGE, enableTextCallbacks(), FALSE, LLCheckBoxCtrl::get(), getSwatch(), gFloaterView, gFocusMgr, gViewerWindow, LLFloater::handleMouseDown(), mApplyImmediateCheck, LLFloater::mForeground, mLumMarkerSize, mLumRegionHeight, mLumRegionLeft, mLumRegionTop, mLumRegionWidth, mPalette, mPaletteRegionHeight, mPaletteRegionLeft, mPaletteRegionTop, mPaletteRegionWidth, mRGBViewerImageHeight, mRGBViewerImageLeft, mRGBViewerImageTop, mRGBViewerImageWidth, mSelectBtn, mSwatchRegionHeight, mSwatchRegionLeft, mSwatchRegionTop, mSwatchRegionWidth, numPaletteColumns, numPaletteRows, LLColorSwatchCtrl::onColorChanged(), LLRectBase< Type >::pointInRect(), r, S32, setCurRgb(), LLUICtrl::setFocus(), LLViewerWindow::setMouseCapture(), setMouseDownInHueRegion(), setMouseDownInLumRegion(), setMouseDownInSwatch(), TRUE, updateRgbHslFromPoint(), and updateTextEntry().
Reimplemented from LLView.
Definition at line 1088 of file llfloatercolorpicker.cpp.
References bottom, codec, LLColorSwatchCtrl::COLOR_CHANGE, f, FALSE, LLCheckBoxCtrl::get(), getCurB(), getCurG(), getCurR(), getMouseDownInHueRegion(), getMouseDownInLumRegion(), getSwatch(), LLView::getWindow(), gSavedSettings, gViewerWindow, LLView::handleMouseUp(), LLView::hasMouseCapture(), left, mApplyImmediateCheck, mMouseDownInSwatch, mPalette, mPaletteRegionHeight, mPaletteRegionLeft, mPaletteRegionTop, mPaletteRegionWidth, NULL, numPaletteColumns, numPaletteRows, LLColorSwatchCtrl::onColorChanged(), LLRectBase< Type >::pointInRect(), right, s, S32, LLControlGroup::setColor4(), LLWindow::setCursor(), LLViewerWindow::setMouseCapture(), setMouseDownInHueRegion(), setMouseDownInLumRegion(), top, and UI_CURSOR_ARROW.
void LLFloaterColorPicker::hslToRgb | ( | F32 | hValIn, | |
F32 | sValIn, | |||
F32 | lValIn, | |||
F32 & | rValOut, | |||
F32 & | gValOut, | |||
F32 & | bValOut | |||
) |
Definition at line 323 of file llfloatercolorpicker.cpp.
References f, and hueToRgb().
Referenced by createUI(), draw(), and setCurHsl().
Definition at line 259 of file llfloatercolorpicker.cpp.
References enableTextCallbacks(), f, llclamp(), setCurRgb(), setOrigRgb(), TRUE, and updateTextEntry().
Referenced by LLColorSwatchCtrl::showPicker().
Definition at line 467 of file llfloatercolorpicker.cpp.
References LLToolMgr::clearTransientTool(), gToolMgr, gToolPipette, onColorSelect(), LLToolPipette::setSelectCallback(), and LLToolMgr::setTransientTool().
Referenced by postBuild().
Definition at line 452 of file llfloatercolorpicker.cpp.
References LLColorSwatchCtrl::COLOR_SELECT, and LLColorSwatchCtrl::onColorChanged().
Referenced by postBuild().
void LLFloaterColorPicker::onClose | ( | bool | app_quitting | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 1076 of file llfloatercolorpicker.cpp.
References LLFloater::onClose().
void LLFloaterColorPicker::onColorSelect | ( | const LLTextureEntry & | te, | |
void * | data | |||
) | [static, protected] |
Definition at line 517 of file llfloatercolorpicker.cpp.
References LLColorSwatchCtrl::COLOR_CHANGE, LLTextureEntry::getColor(), LLColor4::mV, LLColorSwatchCtrl::onColorChanged(), VBLUE, VGREEN, and VRED.
Referenced by onClickPipette().
Definition at line 503 of file llfloatercolorpicker.cpp.
References LLColorSwatchCtrl::COLOR_CHANGE, gSavedSettings, LLColorSwatchCtrl::onColorChanged(), and LLControlGroup::setBOOL().
Referenced by postBuild().
void LLFloaterColorPicker::onMouseCaptureLost | ( | ) | [virtual] |
Reimplemented from LLView.
Definition at line 530 of file llfloatercolorpicker.cpp.
References FALSE, setMouseDownInHueRegion(), and setMouseDownInLumRegion().
Definition at line 491 of file llfloatercolorpicker.cpp.
Referenced by enableTextCallbacks(), and postBuild().
Definition at line 795 of file llfloatercolorpicker.cpp.
References LLSD::asReal(), LLColorSwatchCtrl::COLOR_CHANGE, enableTextCallbacks(), FALSE, LLCheckBoxCtrl::get(), getCurHsl(), getCurRgb(), LLView::getName(), getSwatch(), LLUICtrl::getValue(), mApplyImmediateCheck, LLColorSwatchCtrl::onColorChanged(), setCurHsl(), setCurRgb(), TRUE, and updateTextEntry().
BOOL LLFloaterColorPicker::postBuild | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 222 of file llfloatercolorpicker.cpp.
References LLPanel::childSetCommitCallback(), LLControlGroup::getBOOL(), LLUICtrlFactory::getButtonByName(), LLUICtrlFactory::getCheckBoxByName(), gSavedSettings, mApplyImmediateCheck, mCancelBtn, mPipetteBtn, mSelectBtn, onClickCancel(), onClickPipette(), onClickSelect(), onImmediateCheck(), onTextCommit(), LLCheckBoxCtrl::set(), LLUICtrl::setCallbackUserData(), LLButton::setClickedCallback(), LLUICtrl::setCommitCallback(), LLUICtrl::setFocus(), LLButton::setImages(), and TRUE.
Definition at line 1219 of file llfloatercolorpicker.cpp.
References LLButton::getToggleState(), mActive, mPipetteBtn, and stopUsingPipette().
Referenced by LLColorSwatchCtrl::setValid().
Definition at line 408 of file llfloatercolorpicker.cpp.
References curB, curG, curH, curL, curR, curS, and hslToRgb().
Referenced by onTextEntryChanged(), and updateRgbHslFromPoint().
Definition at line 375 of file llfloatercolorpicker.cpp.
References curB, curG, curH, curL, curR, curS, enableTextCallbacks(), FALSE, TRUE, and updateTextEntry().
Referenced by cancelSelection(), handleMouseDown(), initUI(), onTextEntryChanged(), LLColorSwatchCtrl::set(), and showUI().
Definition at line 1180 of file llfloatercolorpicker.cpp.
References LLFocusMgr::childHasKeyboardFocus(), gFocusMgr, mMouseDownInHueRegion, mSelectBtn, LLUICtrl::setFocus(), and TRUE.
Referenced by handleMouseDown(), handleMouseUp(), and onMouseCaptureLost().
Definition at line 1193 of file llfloatercolorpicker.cpp.
References LLFocusMgr::childHasKeyboardFocus(), gFocusMgr, mMouseDownInLumRegion, mSelectBtn, LLUICtrl::setFocus(), and TRUE.
Referenced by handleMouseDown(), handleMouseUp(), and onMouseCaptureLost().
Definition at line 1206 of file llfloatercolorpicker.cpp.
References LLFocusMgr::childHasKeyboardFocus(), gFocusMgr, mMouseDownInSwatch, mSelectBtn, LLUICtrl::setFocus(), and TRUE.
Referenced by handleMouseDown().
Definition at line 353 of file llfloatercolorpicker.cpp.
References origB, origG, and origR.
Referenced by initUI(), LLColorSwatchCtrl::setOriginal(), and showUI().
void LLFloaterColorPicker::showUI | ( | ) |
Definition at line 187 of file llfloatercolorpicker.cpp.
References LLFloater::close(), LLColorSwatchCtrl::COLOR_CHANGE, LLWindow::dialog_color_picker(), FALSE, LLControlGroup::getBOOL(), getSwatch(), LLViewerWindow::getWindow(), gSavedSettings, gViewerWindow, LLColorSwatchCtrl::onColorChanged(), LLFloater::open(), send_agent_pause(), send_agent_resume(), setCurRgb(), LLFloater::setFocus(), setOrigRgb(), LLFloater::setVisible(), and TRUE.
Referenced by LLColorSwatchCtrl::showPicker().
void LLFloaterColorPicker::stopUsingPipette | ( | ) |
Definition at line 1229 of file llfloatercolorpicker.cpp.
References LLToolMgr::clearTransientTool(), LLToolMgr::getCurrentTool(), gToolMgr, and gToolPipette.
Referenced by destroyUI(), and setActive().
Definition at line 866 of file llfloatercolorpicker.cpp.
References FALSE, getCurH(), getCurL(), getCurS(), mLumRegionHeight, mLumRegionLeft, mLumRegionTop, mLumRegionWidth, mRGBViewerImageHeight, mRGBViewerImageLeft, mRGBViewerImageTop, mRGBViewerImageWidth, setCurHsl(), and TRUE.
Referenced by handleHover(), and handleMouseDown().
void LLFloaterColorPicker::updateTextEntry | ( | ) |
Definition at line 753 of file llfloatercolorpicker.cpp.
References LLPanel::childSetValue(), f, getCurB(), getCurG(), getCurH(), getCurL(), getCurR(), and getCurS().
Referenced by handleHover(), handleMouseDown(), initUI(), onTextEntryChanged(), and setCurRgb().
F32 LLFloaterColorPicker::curB [private] |
Definition at line 143 of file llfloatercolorpicker.h.
Referenced by getCurB(), getCurRgb(), setCurHsl(), and setCurRgb().
F32 LLFloaterColorPicker::curG [private] |
Definition at line 143 of file llfloatercolorpicker.h.
Referenced by getCurG(), getCurRgb(), setCurHsl(), and setCurRgb().
F32 LLFloaterColorPicker::curH [private] |
Definition at line 144 of file llfloatercolorpicker.h.
Referenced by getCurH(), getCurHsl(), setCurHsl(), and setCurRgb().
F32 LLFloaterColorPicker::curL [private] |
Definition at line 144 of file llfloatercolorpicker.h.
Referenced by getCurHsl(), getCurL(), setCurHsl(), and setCurRgb().
F32 LLFloaterColorPicker::curR [private] |
Definition at line 143 of file llfloatercolorpicker.h.
Referenced by getCurR(), getCurRgb(), setCurHsl(), and setCurRgb().
F32 LLFloaterColorPicker::curS [private] |
Definition at line 144 of file llfloatercolorpicker.h.
Referenced by getCurHsl(), getCurS(), setCurHsl(), and setCurRgb().
S32 LLFloaterColorPicker::highlightEntry [private] |
Definition at line 174 of file llfloatercolorpicker.h.
Referenced by drawPalette(), and handleHover().
BOOL LLFloaterColorPicker::mActive [private] |
Definition at line 190 of file llfloatercolorpicker.h.
Referenced by draw(), handleMouseDown(), handleMouseUp(), LLFloaterColorPicker(), onTextEntryChanged(), and postBuild().
Definition at line 191 of file llfloatercolorpicker.h.
Referenced by draw(), and LLFloaterColorPicker().
LLButton* LLFloaterColorPicker::mCancelBtn [private] |
const S32 LLFloaterColorPicker::mComponents [private] |
F32 LLFloaterColorPicker::mContextConeOpacity [private] |
const S32 LLFloaterColorPicker::mLumMarkerSize [private] |
const S32 LLFloaterColorPicker::mLumRegionHeight [private] |
Definition at line 160 of file llfloatercolorpicker.h.
Referenced by draw(), handleHover(), handleMouseDown(), and updateRgbHslFromPoint().
const S32 LLFloaterColorPicker::mLumRegionLeft [private] |
Definition at line 157 of file llfloatercolorpicker.h.
Referenced by draw(), handleHover(), handleMouseDown(), and updateRgbHslFromPoint().
const S32 LLFloaterColorPicker::mLumRegionTop [private] |
Definition at line 158 of file llfloatercolorpicker.h.
Referenced by draw(), handleHover(), handleMouseDown(), and updateRgbHslFromPoint().
const S32 LLFloaterColorPicker::mLumRegionWidth [private] |
Definition at line 159 of file llfloatercolorpicker.h.
Referenced by draw(), handleHover(), handleMouseDown(), and updateRgbHslFromPoint().
Definition at line 149 of file llfloatercolorpicker.h.
Referenced by getMouseDownInHueRegion(), and setMouseDownInHueRegion().
Definition at line 148 of file llfloatercolorpicker.h.
Referenced by getMouseDownInLumRegion(), and setMouseDownInLumRegion().
BOOL LLFloaterColorPicker::mMouseDownInSwatch [private] |
Definition at line 150 of file llfloatercolorpicker.h.
Referenced by getMouseDownInSwatch(), handleHover(), handleMouseUp(), and setMouseDownInSwatch().
std::vector< LLColor4* > LLFloaterColorPicker::mPalette [private] |
Definition at line 173 of file llfloatercolorpicker.h.
Referenced by createUI(), destroyUI(), drawPalette(), handleMouseDown(), and handleMouseUp().
const S32 LLFloaterColorPicker::mPaletteRegionHeight [private] |
Definition at line 178 of file llfloatercolorpicker.h.
Referenced by drawPalette(), handleHover(), handleMouseDown(), and handleMouseUp().
const S32 LLFloaterColorPicker::mPaletteRegionLeft [private] |
Definition at line 175 of file llfloatercolorpicker.h.
Referenced by drawPalette(), handleHover(), handleMouseDown(), and handleMouseUp().
const S32 LLFloaterColorPicker::mPaletteRegionTop [private] |
Definition at line 176 of file llfloatercolorpicker.h.
Referenced by drawPalette(), handleHover(), handleMouseDown(), and handleMouseUp().
const S32 LLFloaterColorPicker::mPaletteRegionWidth [private] |
Definition at line 177 of file llfloatercolorpicker.h.
Referenced by drawPalette(), handleHover(), handleMouseDown(), and handleMouseUp().
LLButton* LLFloaterColorPicker::mPipetteBtn [private] |
Definition at line 196 of file llfloatercolorpicker.h.
Referenced by draw(), postBuild(), and setActive().
LLPointer<LLImageGL> LLFloaterColorPicker::mRGBImage [private] |
const S32 LLFloaterColorPicker::mRGBViewerImageHeight [private] |
Definition at line 155 of file llfloatercolorpicker.h.
Referenced by createUI(), draw(), handleHover(), handleMouseDown(), and updateRgbHslFromPoint().
const S32 LLFloaterColorPicker::mRGBViewerImageLeft [private] |
Definition at line 152 of file llfloatercolorpicker.h.
Referenced by draw(), handleHover(), handleMouseDown(), and updateRgbHslFromPoint().
const S32 LLFloaterColorPicker::mRGBViewerImageTop [private] |
Definition at line 153 of file llfloatercolorpicker.h.
Referenced by draw(), handleHover(), handleMouseDown(), and updateRgbHslFromPoint().
const S32 LLFloaterColorPicker::mRGBViewerImageWidth [private] |
Definition at line 154 of file llfloatercolorpicker.h.
Referenced by createUI(), draw(), handleHover(), handleMouseDown(), and updateRgbHslFromPoint().
LLButton* LLFloaterColorPicker::mSelectBtn [private] |
Definition at line 193 of file llfloatercolorpicker.h.
Referenced by draw(), handleMouseDown(), postBuild(), setMouseDownInHueRegion(), setMouseDownInLumRegion(), and setMouseDownInSwatch().
LLColorSwatchCtrl* LLFloaterColorPicker::mSwatch [private] |
const S32 LLFloaterColorPicker::mSwatchRegionHeight [private] |
const S32 LLFloaterColorPicker::mSwatchRegionLeft [private] |
const S32 LLFloaterColorPicker::mSwatchRegionTop [private] |
const S32 LLFloaterColorPicker::mSwatchRegionWidth [private] |
LLView* LLFloaterColorPicker::mSwatchView [private] |
const S32 LLFloaterColorPicker::numPaletteColumns [private] |
Definition at line 171 of file llfloatercolorpicker.h.
Referenced by createUI(), drawPalette(), handleHover(), handleMouseDown(), and handleMouseUp().
const S32 LLFloaterColorPicker::numPaletteRows [private] |
Definition at line 172 of file llfloatercolorpicker.h.
Referenced by createUI(), drawPalette(), handleHover(), handleMouseDown(), and handleMouseUp().
F32 LLFloaterColorPicker::origB [private] |
Definition at line 140 of file llfloatercolorpicker.h.
Referenced by getOrigB(), getOrigRgb(), and setOrigRgb().
F32 LLFloaterColorPicker::origG [private] |
Definition at line 140 of file llfloatercolorpicker.h.
Referenced by getOrigG(), getOrigRgb(), and setOrigRgb().
F32 LLFloaterColorPicker::origR [private] |
Definition at line 140 of file llfloatercolorpicker.h.
Referenced by getOrigR(), getOrigRgb(), and setOrigRgb().