C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_COLOR32

This structure specifies a 32 bpp ARGB or XRGB color value
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
B byte
G byte
R byte
XA byte

공개 메소드들

메소드 설명
RDPGFX_COLOR32 ( byte blue, byte green, byte red, byte xa ) : System

메소드 상세

RDPGFX_COLOR32() 공개 메소드

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

프로퍼티 상세

B 공개적으로 프로퍼티

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

G 공개적으로 프로퍼티

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

R 공개적으로 프로퍼티

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

XA 공개적으로 프로퍼티

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
리턴 byte