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

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

Public Properties

Property Type Description
B byte
G byte
R byte
XA byte

Public Methods

Method Description
RDPGFX_COLOR32 ( byte blue, byte green, byte red, byte xa ) : System

Method Details

RDPGFX_COLOR32() public method

public RDPGFX_COLOR32 ( byte blue, byte green, byte red, byte xa ) : System
blue byte
green byte
red byte
xa byte
return System

Property Details

B public_oe property

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

G public_oe property

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

R public_oe property

A 8-bit unsigned integer, specifies the red ARGB or XRGB color component.
public byte R
return 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
return byte