Method: GetTextColor1 FullName: CLabelUI::GetTextColor1 Access: public Returns: DWORD Qualifier: Note:
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected