C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_COLOR32

This structure specifies a 32 bpp ARGB or XRGB color value
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
B byte
G byte
R byte
XA byte

Méthodes publiques

Méthode Description
RDPGFX_COLOR32 ( byte blue, byte green, byte red, byte xa ) : System

Method Details

RDPGFX_COLOR32() public méthode

public RDPGFX_COLOR32 ( byte blue, byte green, byte red, byte xa ) : System
blue byte
green byte
red byte
xa byte
Résultat System

Property Details

B public_oe property

A 8-bit unsigned integer, specifies the blue ARGB or XRGB color component.
public byte B
Résultat byte

G public_oe property

A 8-bit unsigned integer, specifies the green ARGB or XRGB color component.
public byte G
Résultat byte

R public_oe property

A 8-bit unsigned integer, specifies the red ARGB or XRGB color component.
public byte R
Résultat byte

XA public_oe property

A 8-bit unsigned integer, that in the case of ARGB specifies the alpha color component or in the case of XRGB MUST be ignored.
public byte XA
Résultat byte