Skip to content

Commit 8df23cb

Browse files
authored
Update and rename APIReview_BackgroundColor.md to BackgroundColor.md
1 parent c83f28d commit 8df23cb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ void ViewComponent::SetBackgroundColor(COLORREF color, bool transparent)
2424
Currently translucent colors are not supported by the API. This work is being tracked and will be added later. Passing a CoreWebView2Color value with an A value greater than 0 or less than 255 will result in an error.
2525
2626
27-
# API Notes
28-
2927
3028
# API Details
3129
```cpp
@@ -49,5 +47,3 @@ typedef struct CoreWebView2Color {
4947
BYTE B;
5048
} CoreWebView2Color;
5149
```
52-
53-
# Appendix

0 commit comments

Comments
 (0)