Skip to content
  • Silvio Heinrich's avatar
    Added KoCompositeOpGeneric class to easily create new composite modes by just... · ef0d3b74
    Silvio Heinrich authored
    Added KoCompositeOpGeneric class to easily create new composite modes by just defining a composition function.
    
    The KoCompositeOpGeneric class is a template that takes a function pointer
    to a composition function as a second template parameter.
    So for the most composition modes it is not needed anymore
    to derive a new class from KoCompositionOp (or from one of its derivates)
    ef0d3b74