Searched refs:clearColor_ (Results 1 – 4 of 4) sorted by relevance
58 clearColor_.reset(); in DisposeNative()452 if (clearColor_ == nullptr) { in GetColor()453 clearColor_ = BASE_NS::make_unique<ColorProxy>(ctx, camera->ClearColor()); in GetColor()455 return clearColor_->Value(); in GetColor()463 if (clearColor_ == nullptr) { in SetColor()464 clearColor_ = BASE_NS::make_unique<ColorProxy>(ctx, camera->ClearColor()); in SetColor()468 clearColor_->SetValue(obj); in SetColor()
58 BASE_NS::unique_ptr<ColorProxy> clearColor_; variable
61 clearColor_[0] = 0; // 0: r in Init()62 clearColor_[1] = 0; // 1: g in Init()63 clearColor_[2] = 0; // 2: b in Init()64 clearColor_[3] = 0; // 3: a in Init()1248 clearColor_[0] = red; // 0:red in ClearColor()1249 clearColor_[1] = green; // 1:green in ClearColor()1250 clearColor_[2] = blue; // 2:blue in ClearColor()1251 clearColor_[3] = alpha; // 3:alpha in ClearColor()
387 GLfloat clearColor_[4] { 0 };