Searched refs:backColor (Results 1 – 3 of 3) sorted by relevance
244 …@State modifier: MyButtonModifier = new MyButtonModifier($r('app.color.backColor'), $r('app.color.…268 "name": "backColor",288 "name": "backColor",345 …@State modifier: MyButtonModifier = new MyButtonModifier($r('app.color.backColor'), $r('app.color.…349 this.modifier.color = getContext().resourceManager.getColorSync($r('app.color.backColor').id);
370 @State backColor: TextBackgroundStyle = {color: Color.Yellow, radius: "12vp"};371 colorVal: BackgroundColorStyle = new BackgroundColorStyle(this.backColor);
1938 Color backColor = decoration_->GetBackgroundColor(); in PaintColorAndImage() local1940 if (backColor != Color::TRANSPARENT) { in PaintColorAndImage()1941 rsNode->SetBackgroundColor(backColor.GetValue()); in PaintColorAndImage()