Skip to main content

Struct ImColorPtr

Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImColorPtr

Properties

NativePtr

View Source
Declaration
public readonly ImColor* NativePtr { get; }

Value

View Source
Declaration
public ref Vector4 Value { get; }

Methods

Destroy()

View Source
Declaration
public void Destroy()

HSV(float, float, float)

View Source
Declaration
public ImColor HSV(float h, float s, float v)
Returns

ImGuiNET.ImColor

Parameters
TypeName
System.Singleh
System.Singles
System.Singlev

HSV(float, float, float, float)

View Source
Declaration
public ImColor HSV(float h, float s, float v, float a)
Returns

ImGuiNET.ImColor

Parameters
TypeName
System.Singleh
System.Singles
System.Singlev
System.Singlea

SetHSV(float, float, float)

View Source
Declaration
public void SetHSV(float h, float s, float v)
Parameters
TypeName
System.Singleh
System.Singles
System.Singlev

SetHSV(float, float, float, float)

View Source
Declaration
public void SetHSV(float h, float s, float v, float a)
Parameters
TypeName
System.Singleh
System.Singles
System.Singlev
System.Singlea