A value representing RGBA color (Red, Green, Blue, Alpha) for WebView2. Each component takes a value from 0 to 255, with 0 being no intensity and 255 being the highest intensity.
Specifies the intensity of the Alpha ie. opacity value. 0 is transparent, 255 is opaque.
Specifies the intensity of the Blue color.
Specifies the intensity of the Green color.
Specifies the intensity of the Red color.
See Implementation
A value representing RGBA color (Red, Green, Blue, Alpha) for WebView2. Each component takes a value from 0 to 255, with 0 being no intensity and 255 being the highest intensity.