CoreWebView2Color Struct

Definition

A value representing RGBA color (Red, Green, Blue, Alpha) for WebView2.

public struct CoreWebView2Color
type CoreWebView2Color = struct
Public Structure CoreWebView2Color
Inheritance
CoreWebView2Color

Remarks

Each component takes a value from 0 to 255, with 0 being no intensity and 255 being the highest intensity.

Fields

A

Specifies the intensity of the Alpha ie. opacity value. 0 is transparent, 255 is opaque.

B

Specifies the intensity of the Blue color.

G

Specifies the intensity of the Green color.

R

Specifies the intensity of the Red color.

Applies to