Home
last modified time | relevance | path

Searched refs:GetCharColor (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/dbg/CTR/
Ddbg_DirectPrint.h242 const nn::util::Color8& GetCharColor() const { return m_CharColor; }; in GetCharColor() function
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp218 nn::util::Color8 tmp = pdp->GetCharColor(); in ClearMessage()