mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-18 14:14:53 -04:00
@ -156,10 +156,6 @@ public:
|
||||
void InsertPalette(bool insertPalette);
|
||||
bool ReclaimOnResize() const;
|
||||
void ReclaimOnResize(bool reclaimOnResize);
|
||||
bool RawHistogram() const;
|
||||
void RawHistogram(bool rawHistogram);
|
||||
bool RawHistogramPreDensity() const;
|
||||
void RawHistogramPreDensity(bool rawHistogramPreDensity);
|
||||
void Callback(RenderCallback* callback);
|
||||
void ThreadCount(size_t threads, const char* seedString = nullptr);
|
||||
size_t BytesPerChannel() const;
|
||||
@ -211,8 +207,6 @@ protected:
|
||||
bool m_InFinalAccum = false;
|
||||
bool m_InsertPalette = false;
|
||||
bool m_ReclaimOnResize = false;
|
||||
bool m_RawHistogram = false;
|
||||
bool m_RawHistogramPreDensity = false;
|
||||
bool m_CurvesSet = false;
|
||||
volatile bool m_Abort = false;
|
||||
volatile bool m_Pause = false;
|
||||
|
Reference in New Issue
Block a user