MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / clearColorStops

Method clearColorStops

qcustomplot.cpp:16257–16261  ·  view source on GitHub ↗

! Clears all color stops. \see setColorStops, setColorStopAt */

Source from the content-addressed store, hash-verified

16255 \see setColorStops, setColorStopAt
16256*/
16257void QCPColorGradient::clearColorStops()
16258{
16259 mColorStops.clear();
16260 mColorBufferInvalidated = true;
16261}
16262
16263/*!
16264 Returns an inverted gradient. The inverted gradient has all properties as this \ref

Callers 1

invertedMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected