Class ImRaii.PlotColor
Assembly: Dalamud.dll
View Source
Declaration
public sealed class ImRaii.PlotColor : IDisposable
Implements:
System.IDisposable
Methods
Push(ImPlotCol, uint, bool)
View Source
Declaration
public ImRaii.PlotColor Push(ImPlotCol idx, uint color, bool condition = true)
Returns
Dalamud.Interface.Utility.Raii.ImRaii.PlotColor
Parameters
Type | Name |
---|---|
ImPlotNET.ImPlotCol | idx |
System.UInt32 | color |
System.Boolean | condition |
Push(ImPlotCol, Vector4, bool)
View Source
Declaration
public ImRaii.PlotColor Push(ImPlotCol idx, Vector4 color, bool condition = true)
Returns
Dalamud.Interface.Utility.Raii.ImRaii.PlotColor
Parameters
Type | Name |
---|---|
ImPlotNET.ImPlotCol | idx |
System.Numerics.Vector4 | color |
System.Boolean | condition |
Pop(int)
View Source
Declaration
public void Pop(int num = 1)
Parameters
Type | Name |
---|---|
System.Int32 | num |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
View Source
Declaration
public void Dispose()
Implements
System.IDisposable