Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PixelFarm
Agg
Imaging
MyColor
C# 클래스 PixelFarm.Agg.Imaging.MyColor
파일 보기
프로젝트 열기: prepare/HTML-Renderer
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
a
byte
b
byte
g
byte
r
byte
공개 메소드들
메소드
설명
MyColor
(
byte
r
,
byte
g
,
byte
b
,
byte
a
)
ToString
( ) :
string
메소드 상세
MyColor()
공개
메소드
public
MyColor
(
byte
r
,
byte
g
,
byte
b
,
byte
a
)
r
byte
g
byte
b
byte
a
byte
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string
프로퍼티 상세
a
공개적으로 프로퍼티
public
byte
a
리턴
byte
b
공개적으로 프로퍼티
public
byte
b
리턴
byte
g
공개적으로 프로퍼티
public
byte
g
리턴
byte
r
공개적으로 프로퍼티
public
byte
r
리턴
byte