Source Code (Use browser search to find items of interest.)

Class Index

kgraph'Gradient (./koffice/kgraph/kgraph_global.h:32)

typedef struct Gradient {
    QSize size;
    QColor ca;
    QColor cb;
    KImageEffect::GradientType type;
    short xfactor;
    short yfactor;
    short ncols;
};