Home
last modified time | relevance | path

Searched refs:GetRandomColor (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Utility/
Ddemo_Utility.h209 void GetRandomColor(f32& red, f32& green, f32& blue);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_Utility.cpp267 void GetRandomColor(f32& red, f32& green, f32& blue) in GetRandomColor() function
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/
Dgx_CommandListDouble.cpp390 demo::GetRandomColor(color[0], color[1], color[2]); in InitializeGraphics()