Table of Contents

Struct AppKit.NSColorRef

Namespace
Xui.Runtime.MacOS
Assembly
Xui.Runtime.MacOS.dll
public ref struct AppKit.NSColorRef
Inherited Members

Constructors

NSColorRef(nint)

public NSColorRef(nint self)

Parameters

self nint

NSColorRef(NFloat, NFloat, NFloat, NFloat)

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

Parameters

red NFloat
green NFloat
blue NFloat
alpha NFloat

NSColorRef(Color)

public NSColorRef(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(NSColorRef)

public static implicit operator nint(AppKit.NSColorRef nsColorRef)

Parameters

nsColorRef AppKit.NSColorRef

Returns

nint