Searched refs:maxRGB (Results 1 – 1 of 1) sorted by relevance
156 const float maxRGB = 0.9f; in randomizeDrawOp() local187 color.x() = rnd.getFloat(minRGB, maxRGB); in randomizeDrawOp()188 color.y() = rnd.getFloat(minRGB, maxRGB); in randomizeDrawOp()189 color.z() = rnd.getFloat(minRGB, maxRGB); in randomizeDrawOp()