C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
blue byte
green byte
red byte

프로퍼티 상세

blue 공개적으로 프로퍼티

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

green 공개적으로 프로퍼티

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

red 공개적으로 프로퍼티

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