RenderContextBase.SetRGBA (Byte, Byte, Byte, Byte) Method

Protected MustOverride Sub SetRGBA( _ 
ByVal r As Byte, _ 
ByVal g As Byte, _ 
ByVal b As Byte, _ 
ByVal a As Byte
)
This language is not supported or no code example is available.
protected abstract void SetRGBA( 
byte r
byte g
byte b
byte a 
)
This language is not supported or no code example is available.

Parameters

r
byte

g
byte

b
byte

a
byte

.NET Framework

Supported in: 4.8

In this article

Definition