Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CSharpUtils
Drawing
RGBA32
C# 클래스 CSharpUtils.Drawing.RGBA32
파일 보기
프로젝트 열기: soywiz/csharputils
공개 프로퍼티들
프로퍼티
타입
설명
R
int
공개 메소드들
메소드
설명
RGBA32
(
int
R
,
int
G
,
int
B
,
int
A
) :
System
operator
( ) :
RGBA32
메소드 상세
RGBA32()
공개
메소드
public
RGBA32
(
int
R
,
int
G
,
int
B
,
int
A
) :
System
R
int
G
int
B
int
A
int
리턴
System
operator()
공개
정적인
메소드
public
static
operator
( ) :
RGBA32
리턴
RGBA32
프로퍼티 상세
R
공개적으로 프로퍼티
public
int
R
리턴
int