MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / GetTextColor

Function GetTextColor

Siv3D/src/Siv3D/SimpleGUI/SivSimpleGUI.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 constexpr double CandidateMinimapWidth = 20.0;
90
91 [[nodiscard]]
92 inline constexpr ColorF GetTextColor(bool enabled) noexcept
93 {
94 return (enabled ? ActiveTextColor : DisabledTextColor);
95 }
96
97 static void DrawCheck(const Vec2& center)
98 {

Callers 9

HeadlineFunction · 0.85
ButtonAtFunction · 0.85
SliderAtFunction · 0.85
CheckBoxAtFunction · 0.85
RadioButtonsAtFunction · 0.85
HorizontalRadioButtonsAtFunction · 0.85
TextBoxAtFunction · 0.85
ListBoxAtFunction · 0.85
TextAreaDrawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected