C# 클래스 PixelFarm.Drawing.Color

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Black Color
Blue Color
DeepPink Color
Empty Color
Gray Color
Green Color
LightGray Color
Magenta Color
OrangeRed Color
Red Color
Transparent Color
White Color
Yellow Color

공개 메소드들

메소드 설명
Blend ( Color other, float weight ) : Color
Color ( byte r, byte g, byte b ) : System
Color ( byte a, byte r, byte g, byte b ) : System
CreatRGB8Packed ( int v ) : Color
CreateGradient ( Color another, float colorDistanceRatio ) : Color
Equals ( object obj ) : bool
FromArgb ( float a, float r, float g, float b ) : Color
FromArgb ( int a, Color c ) : Color
FromArgb ( int r, int g, int b ) : Color
FromArgb ( int a, int r, int g, int b ) : Color
GetHashCode ( ) : int
Make ( double r_, double g_, double b_ ) : Color
Make ( double r_, double g_, double b_, double a_ ) : Color
Make ( float r_, float g_, float b_ ) : Color
Make ( float r_, float g_, float b_, float a_ ) : Color
Make ( int r_, int g_, int b_, int a_ ) : Color
ToABGR ( ) : uint
ToARGB ( ) : uint
ToString ( ) : string
operator ( ) : Color
operator ( ) : bool

메소드 상세

Blend() 공개 메소드

public Blend ( Color other, float weight ) : Color
other Color
weight float
리턴 Color

Color() 공개 메소드

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

Color() 공개 메소드

public Color ( byte a, byte r, byte g, byte b ) : System
a byte
r byte
g byte
b byte
리턴 System

CreatRGB8Packed() 정적인 공개 메소드

static public CreatRGB8Packed ( int v ) : Color
v int
리턴 Color

CreateGradient() 공개 메소드

public CreateGradient ( Color another, float colorDistanceRatio ) : Color
another Color
colorDistanceRatio float
리턴 Color

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromArgb() 공개 정적인 메소드

public static FromArgb ( float a, float r, float g, float b ) : Color
a float
r float
g float
b float
리턴 Color

FromArgb() 공개 정적인 메소드

public static FromArgb ( int a, Color c ) : Color
a int
c Color
리턴 Color

FromArgb() 공개 정적인 메소드

public static FromArgb ( int r, int g, int b ) : Color
r int
g int
b int
리턴 Color

FromArgb() 공개 정적인 메소드

public static FromArgb ( int a, int r, int g, int b ) : Color
a int
r int
g int
b int
리턴 Color

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Make() 공개 정적인 메소드

public static Make ( double r_, double g_, double b_ ) : Color
r_ double
g_ double
b_ double
리턴 Color

Make() 공개 정적인 메소드

public static Make ( double r_, double g_, double b_, double a_ ) : Color
r_ double
g_ double
b_ double
a_ double
리턴 Color

Make() 공개 정적인 메소드

public static Make ( float r_, float g_, float b_ ) : Color
r_ float
g_ float
b_ float
리턴 Color

Make() 공개 정적인 메소드

public static Make ( float r_, float g_, float b_, float a_ ) : Color
r_ float
g_ float
b_ float
a_ float
리턴 Color

Make() 공개 정적인 메소드

public static Make ( int r_, int g_, int b_, int a_ ) : Color
r_ int
g_ int
b_ int
a_ int
리턴 Color

ToABGR() 공개 메소드

public ToABGR ( ) : uint
리턴 uint

ToARGB() 공개 메소드

public ToARGB ( ) : uint
리턴 uint

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 정적인 공개 메소드

static public operator ( ) : Color
리턴 Color

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Black 공개적으로 정적으로 프로퍼티

public static Color Black
리턴 Color

Blue 공개적으로 정적으로 프로퍼티

public static Color Blue
리턴 Color

DeepPink 공개적으로 정적으로 프로퍼티

public static Color DeepPink
리턴 Color

Empty 공개적으로 정적으로 프로퍼티

public static Color Empty
리턴 Color

Gray 공개적으로 정적으로 프로퍼티

public static Color Gray
리턴 Color

Green 공개적으로 정적으로 프로퍼티

public static Color Green
리턴 Color

LightGray 공개적으로 정적으로 프로퍼티

public static Color LightGray
리턴 Color

Magenta 공개적으로 정적으로 프로퍼티

public static Color Magenta
리턴 Color

OrangeRed 공개적으로 정적으로 프로퍼티

public static Color OrangeRed
리턴 Color

Red 공개적으로 정적으로 프로퍼티

public static Color Red
리턴 Color

Transparent 공개적으로 정적으로 프로퍼티

public static Color Transparent
리턴 Color

White 공개적으로 정적으로 프로퍼티

public static Color White
리턴 Color

Yellow 공개적으로 정적으로 프로퍼티

public static Color Yellow
리턴 Color