다음을 통해 공유


UIColor.FromName 메서드

정의

오버로드

FromName(String)

지정된 자산에 영역이 있는 지정된 이름의 자산에서 새 색 개체를 만들고 반환합니다.

FromName(String, NSBundle, UITraitCollection)

지정된 특성 컬렉션의 영역을 사용하여 지정된 번들에 지정된 이름을 가진 자산에서 새 색 개체를 만들고 반환합니다.

FromName(String)

지정된 자산에 영역이 있는 지정된 이름의 자산에서 새 색 개체를 만들고 반환합니다.

[Foundation.Export("colorNamed:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIColor FromName (string name);
static member FromName : string -> UIKit.UIColor

매개 변수

name
String

애플리케이션 번들에 있는 색 자산의 이름입니다.

반환

특성

설명

(이 노드에 대한 추가 설명서가 제공될 예정임)

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

적용 대상

FromName(String, NSBundle, UITraitCollection)

지정된 특성 컬렉션의 영역을 사용하여 지정된 번들에 지정된 이름을 가진 자산에서 새 색 개체를 만들고 반환합니다.

[Foundation.Export("colorNamed:inBundle:compatibleWithTraitCollection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIColor FromName (string name, Foundation.NSBundle inBundle, UIKit.UITraitCollection compatibleWithTraitCollection);
static member FromName : string * Foundation.NSBundle * UIKit.UITraitCollection -> UIKit.UIColor

매개 변수

name
String

색 자산의 이름입니다.

inBundle
NSBundle

명명된 색 자산이 포함된 번들입니다.

이 매개 변수는 null일 수 있습니다.

compatibleWithTraitCollection
UITraitCollection

영역을 지정하는 특성 컬렉션입니다.

이 매개 변수는 null일 수 있습니다.

반환

특성

설명

(이 노드에 대한 추가 설명서가 제공될 예정임)

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

적용 대상