MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetTextShadowColorB

Method GetTextShadowColorB

DuiLib/Control/UILabel.cpp:723–733  ·  view source on GitHub ↗

Method: GetTextShadowColorB FullName: CLabelUI::GetTextShadowColorB Access: public Returns: DWORD Qualifier: Note:

Source from the content-addressed store, hash-verified

721 // Note:
722 //************************************
723 DWORD CLabelUI::GetTextShadowColorB()
724 {
725 try
726 {
727 return m_dwTextShadowColorB;
728 }
729 catch (...)
730 {
731 throw "CLabelUI::GetTextShadowColorB";
732 }
733 }
734
735 //************************************
736 // Method: SetTransText

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected