C# 클래스 ARCed.Core.ColorHandler.ARGB

Struct containing data for a color of the ARGB color space.
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
ARGB ( int a, int r, int g, int b ) : System

Default constructor

Values are clamped between 0 and 255

ToString ( ) : string

Converts and returns the string representation of the object

메소드 상세

ARGB() 공개 메소드

Default constructor
Values are clamped between 0 and 255
public ARGB ( int a, int r, int g, int b ) : System
a int Alpha value
r int Red value
g int Green value
b int Blue value
리턴 System

ToString() 공개 메소드

Converts and returns the string representation of the object
public ToString ( ) : string
리턴 string