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

Method GetTextColor1

DuiLib/Control/UILabel.cpp:641–651  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

639 // Note:
640 //************************************
641 DWORD CLabelUI::GetTextColor1()
642 {
643 try
644 {
645 return m_dwTextColor1;
646 }
647 catch (...)
648 {
649 throw "CLabelUI::GetTextColor1";
650 }
651 }
652
653 //************************************
654 // Method: SetTextShadowColorA

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected