Searched refs:kBackGroundColorInv (Results 1 – 1 of 1) sorted by relevance
39 constexpr static const Color kBackGroundColorInv = Color(0xff212121); variable147 ctx.setParam<ColorBG>(kBackGroundColorInv); in renderUIIntoBuffer()160 Color bgColor = sInverted ? kBackGroundColorInv : kBackGroundColor; in renderUIIntoBuffer()