Signed-off-by: zhirong <215782872@qq.com>
Change-Id: I57ae1a835f2344d886d09e225cdd2183cb6b3aeb
Signed-off-by: zhirong <215782872@qq.com>
This commit is contained in:
zhirong
2022-05-26 19:06:41 +08:00
parent 3444150d7b
commit b5d206f226
@@ -236,6 +236,7 @@ NativeValue* CreateJsWindowPropertiesObject(NativeEngine& engine, sptr<Window>&
object->SetProperty("brightness", CreateJsValue(engine, window->GetBrightness()));
object->SetProperty("isTransparent", CreateJsValue(engine, window->IsTransparent()));
object->SetProperty("isRoundCorner", CreateJsValue(engine, false)); // empty method
object->SetProperty("dimBehindValue", CreateJsValue(engine, 0));
return objValue;
}
static std::string GetHexColor(uint32_t color)