Krita Source Code Documentation
Loading...
Searching...
No Matches
KisDitherOpImpl.h File Reference
#include <type_traits>
#include "DebugPigment.h"
#include "KoConfig.h"
#include <KoColorModelStandardIds.h>
#include <KoColorSpace.h>
#include <KoColorSpaceMaths.h>
#include <KoColorSpaceTraits.h>
#include "KisDitherOp.h"
#include "KisDitherMaths.h"

Go to the source code of this file.

Classes

class  KisDitherOpImpl< srcCSTraits, dstCSTraits, dType >
 

Functions

template<typename srcCSTraits , class dstCSTraits >
void addDitherOpsByDepth (KoColorSpace *cs, const KoID &dstDepth)
 

Function Documentation

◆ addDitherOpsByDepth()

template<typename srcCSTraits , class dstCSTraits >
void addDitherOpsByDepth ( KoColorSpace * cs,
const KoID & dstDepth )
inline

Definition at line 188 of file KisDitherOpImpl.h.

189{
190 const KoID &srcDepth {cs->colorDepthId()};
194}
virtual void addDitherOp(KisDitherOp *op)
virtual KoID colorDepthId() const =0
Definition KoID.h:30

References KoColorSpace::addDitherOp(), and KoColorSpace::colorDepthId().