MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setHintShadowColor

Method setHintShadowColor

src/eepp/ui/uitextinput.cpp:720–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720UITextInput* UITextInput::setHintShadowColor( const Color& shadowColor ) {
721 if ( shadowColor != mHintStyleConfig.getFontShadowColor() ) {
722 mHintCache->setShadowColor( shadowColor );
723 mHintStyleConfig.ShadowColor = shadowColor;
724 invalidateDraw();
725 }
726
727 return this;
728}
729
730const Vector2f& UITextInput::getHintShadowOffset() const {
731 return mHintStyleConfig.getFontShadowOffset();

Callers

nothing calls this directly

Calls 1

setShadowColorMethod · 0.80

Tested by

no test coverage detected