Table of Contents

Struct UIKit.UIColorRef

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public ref struct UIKit.UIColorRef
Inherited Members

Constructors

UIColorRef(nint)

public UIColorRef(nint self)

Parameters

self nint

UIColorRef(NFloat, NFloat, NFloat, NFloat)

public UIColorRef(NFloat red, NFloat green, NFloat blue, NFloat alpha)

Parameters

red NFloat
green NFloat
blue NFloat
alpha NFloat

UIColorRef(Color)

public UIColorRef(Color color)

Parameters

color Color

Fields

Class

public static readonly ObjC.Class Class

Field Value

ObjC.Class

Self

public readonly nint Self

Field Value

nint

Methods

Dispose()

public void Dispose()

Operators

implicit operator nint(UIColorRef)

public static implicit operator nint(UIKit.UIColorRef nsColorRef)

Parameters

nsColorRef UIKit.UIColorRef

Returns

nint