C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_PALETTE_ENTRY

The TS_PALETTE_ENTRY structure is used to express the red, green and blue components necessary to reproduce a color in the additive RGB space.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_1_3_1_1_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
blue byte
green byte
red byte

Property Details

blue public_oe property

An 8-bit unsigned integer. The blue RGB color component.
public byte blue
return byte

green public_oe property

An 8-bit unsigned integer. The green RGB color component.
public byte green
return byte

red public_oe property

An 8-bit unsigned integer. The red RGB color component.
public byte red
return byte