! Frees the internal alpha map. The color map will have full opacity again. */
| 25397 | Frees the internal alpha map. The color map will have full opacity again. |
| 25398 | */ |
| 25399 | void QCPColorMapData::clearAlpha() |
| 25400 | { |
| 25401 | if (mAlpha) |
| 25402 | { |
| 25403 | delete[] mAlpha; |
| 25404 | mAlpha = 0; |
| 25405 | mDataModified = true; |
| 25406 | } |
| 25407 | } |
| 25408 | |
| 25409 | /*! |
| 25410 | Sets all cells to the value \a z. |
nothing calls this directly
no outgoing calls
no test coverage detected