Searched refs:primariesIdx (Results 1 – 1 of 1) sorted by relevance
1129 int primariesIdx = 4; // Default: Custom in drawImGui() local1132 primariesIdx = i; in drawImGui()1137 if (ImGui::Combo("Primaries", &primariesIdx, in drawImGui()1139 if (primariesIdx >= 0 && primariesIdx <= 3) { in drawImGui()1140 fColorSpacePrimaries = *gNamedPrimaries[primariesIdx].fPrimaries; in drawImGui()