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
Parameters
Type | Name |
---|---|
System.Single | h |
System.Single | s |
System.Single | v |
HSV(float, float, float, float)
View Source
Declaration
public ImColor HSV(float h, float s, float v, float a)
Returns
Parameters
Type | Name |
---|---|
System.Single | h |
System.Single | s |
System.Single | v |
System.Single | a |
SetHSV(float, float, float)
View Source
Declaration
public void SetHSV(float h, float s, float v)
Parameters
Type | Name |
---|---|
System.Single | h |
System.Single | s |
System.Single | v |
SetHSV(float, float, float, float)
View Source
Declaration
public void SetHSV(float h, float s, float v, float a)
Parameters
Type | Name |
---|---|
System.Single | h |
System.Single | s |
System.Single | v |
System.Single | a |