ShareableResourceFilter.SetBackgroundColor(Byte, Byte, Byte, Byte) Method

Definition

public:
 abstract void SetBackgroundColor(System::Byte a, System::Byte r, System::Byte g, System::Byte b);
public abstract void SetBackgroundColor (byte a, byte r, byte g, byte b);
abstract member SetBackgroundColor : byte * byte * byte * byte -> unit
Public MustOverride Sub SetBackgroundColor (a As Byte, r As Byte, g As Byte, b As Byte)

Parameters

a
Byte
r
Byte
g
Byte
b
Byte

Applies to