RIP - Raster and Image Processor



template  allArithmetic(T...) if (T.length >= 1)

Check all types for arithmetic types

Parameters
T... types

enum bool  isPixelRange(Range);

Check range for RGBColor elements

Parameters
Range range

const char[]  addTypedGetter(string propertyVariableName, string propertyName);

Creates getter function in compile-time

Parameters
propertyVariableName name of variable
propertyName name of function

const char[]  addBinaryImageOperation(string operationSign, string operationName);

Creates binary image operation in compile-time

Parameters
operationSign ...
operationName ...