C# 클래스 Signum.Entities.Basics.ColorEntity

상속: EmbeddedEntity
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ARGBHex ( ) : string
ColorEntity ( ) : System
Equals ( object color ) : bool
FromARGB ( byte a, byte r, byte g, byte b ) : ColorEntity
FromARGB ( byte a, int rgb ) : ColorEntity
FromARGB ( int argb ) : ColorEntity
FromRGBHex ( string htmlColor ) : ColorEntity
GetHashCode ( ) : int
RGBAExpression ( ) : string
RGBHex ( ) : string
ToColor ( ) : Color
ToString ( ) : string

메소드 상세

ARGBHex() 공개 메소드

public ARGBHex ( ) : string
리턴 string

ColorEntity() 공개 메소드

public ColorEntity ( ) : System
리턴 System

Equals() 공개 메소드

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

FromARGB() 공개 정적인 메소드

public static FromARGB ( byte a, byte r, byte g, byte b ) : ColorEntity
a byte
r byte
g byte
b byte
리턴 ColorEntity

FromARGB() 공개 정적인 메소드

public static FromARGB ( byte a, int rgb ) : ColorEntity
a byte
rgb int
리턴 ColorEntity

FromARGB() 공개 정적인 메소드

public static FromARGB ( int argb ) : ColorEntity
argb int
리턴 ColorEntity

FromRGBHex() 공개 정적인 메소드

public static FromRGBHex ( string htmlColor ) : ColorEntity
htmlColor string
리턴 ColorEntity

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RGBAExpression() 공개 메소드

public RGBAExpression ( ) : string
리턴 string

RGBHex() 공개 메소드

public RGBHex ( ) : string
리턴 string

ToColor() 공개 메소드

public ToColor ( ) : Color
리턴 Color

ToString() 공개 메소드

public ToString ( ) : string
리턴 string