struct CCL::PlainPen

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

#include <pen.h>

struct PlainPen
{
    // fields

    int32 style = 0;
    Color color;
    float width = 1.f;
};