다음을 통해 공유


UIColor.FromRGB 메서드

정의

오버로드

FromRGB(Byte, Byte, Byte)

지정된 빨간색, 녹색 및 파란색 구성 요소를 사용하여 단색을 만듭니다.

FromRGB(Int32, Int32, Int32)

빨간색, 녹색 및 파란색 구성 요소로 결합된 지정된 에서 색을 만듭니다.

FromRGB(nfloat, nfloat, nfloat)

지정된 빨간색, 녹색 및 파란색 구성 요소를 사용하여 단색을 만듭니다.

FromRGB(Byte, Byte, Byte)

지정된 빨간색, 녹색 및 파란색 구성 요소를 사용하여 단색을 만듭니다.

public static UIKit.UIColor FromRGB (byte red, byte green, byte blue);
static member FromRGB : byte * byte * byte -> UIKit.UIColor

매개 변수

red
Byte

빨간색 구성 요소, 0~255개.

green
Byte

녹색 구성 요소 0에서 255까지.

blue
Byte

파란색 구성 요소 값 0에서 255까지입니다.

반환

설명

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상

FromRGB(Int32, Int32, Int32)

빨간색, 녹색 및 파란색 구성 요소로 결합된 지정된 에서 색을 만듭니다.

public static UIKit.UIColor FromRGB (int red, int green, int blue);
static member FromRGB : int * int * int -> UIKit.UIColor

매개 변수

red
Int32
green
Int32
blue
Int32

반환

설명

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상

FromRGB(nfloat, nfloat, nfloat)

지정된 빨간색, 녹색 및 파란색 구성 요소를 사용하여 단색을 만듭니다.

public static UIKit.UIColor FromRGB (nfloat red, nfloat green, nfloat blue);
static member FromRGB : nfloat * nfloat * nfloat -> UIKit.UIColor

매개 변수

red
nfloat

빨간색 구성 요소, 0.0~ 1.0f.

green
nfloat

녹색 구성 요소 0.0~1.0f.

blue
nfloat

파란색 구성 요소 값 0.0~1.0f

반환

설명

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상