C# 클래스 Faker.Colors

Static color class
파일 보기 프로젝트 열기: FermJacob/Faker.Data

공개 메소드들

메소드 설명
ColorString ( ) : string

Gets a random color

Hex ( ) : string

Get a random HEX number

RGB ( ) : int[]

Get a set of RGB colors

SystemColor ( ) : string

Gets a random system color

비공개 메소드들

메소드 설명
LoadSystemColors ( ) : List

메소드 상세

ColorString() 공개 정적인 메소드

Gets a random color
public static ColorString ( ) : string
리턴 string

Hex() 공개 정적인 메소드

Get a random HEX number
public static Hex ( ) : string
리턴 string

RGB() 공개 정적인 메소드

Get a set of RGB colors
public static RGB ( ) : int[]
리턴 int[]

SystemColor() 공개 정적인 메소드

Gets a random system color
public static SystemColor ( ) : string
리턴 string