struct CCL::PlainBrush

The brush class below is binary equivalent to this C structure.

#include <brush.h>

struct PlainBrush
{
    // fields

    int32 type = 0;
    Color color;
    IGradient* gradient = nullptr;
};