Searched defs:TestingColor4f (Results 1 – 2 of 2) sorted by relevance
35 struct TestingColor4f { struct36 typedef float scalar;37 scalar redF_ = 0;38 scalar greenF_ = 0;39 scalar blueF_ = 0;40 scalar alphaF_ = 0;
90 …const std::vector<TestingColor4f>& /* colors */, std::shared_ptr<TestingColorSpace> /* colorSpace … in CreateSweepGradient()113 … const TestingPoint& endPt, scalar endRadius, const std::vector<TestingColor4f>& /* colors */, in CreateTwoPointConical()