MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / clearColorStops

Method clearColorStops

3rdparty/qcustomplot/qcustomplot.cpp:16987–16991  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

16985 \see setColorStops, setColorStopAt
16986*/
16987void QCPColorGradient::clearColorStops()
16988{
16989 mColorStops.clear();
16990 mColorBufferInvalidated = true;
16991}
16992
16993/*!
16994 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