C# 클래스 CorsairLinkPlusPlus.Common.Utility.Color

파일 보기 프로젝트 열기: Doridian/CorsairLinkPlusPlus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
R byte

공개 메소드들

메소드 설명
Color ( ) : System.Collections.Generic
Color ( Color color ) : System.Collections.Generic
Color ( byte r, byte g, byte b ) : System.Collections.Generic
ToArray ( ) : byte[]
ToString ( ) : string

메소드 상세

Color() 공개 메소드

public Color ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Color() 공개 메소드

public Color ( Color color ) : System.Collections.Generic
color Color
리턴 System.Collections.Generic

Color() 공개 메소드

public Color ( byte r, byte g, byte b ) : System.Collections.Generic
r byte
g byte
b byte
리턴 System.Collections.Generic

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

R 공개적으로 프로퍼티

public byte R
리턴 byte