MCPcopy Create free account
hub / github.com/brenocq/implot3d / IsColorAuto

Function IsColorAuto

implot3d.cpp:3392–3392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3390//-----------------------------------------------------------------------------
3391
3392bool IsColorAuto(const ImVec4& col) { return col.w == -1.0f; }
3393
3394bool IsColorAuto(ImPlot3DCol idx) { return IsColorAuto(GImPlot3D->Style.Colors[idx]); }
3395

Callers 3

GetStyleColorVec4Function · 0.85
ShowStyleEditorFunction · 0.85
BeginItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected