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

Method GetTextShadowColorA

DuiLib/Control/UILabel.cpp:682–692  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

680 // Note:
681 //************************************
682 DWORD CLabelUI::GetTextShadowColorA()
683 {
684 try
685 {
686 return m_dwTextShadowColorA;
687 }
688 catch (...)
689 {
690 throw "CLabelUI::GetTextShadowColorA";
691 }
692 }
693
694 //************************************
695 // Method: SetTextShadowColorB

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected