Go to the documentation of this file. 1 #ifndef INTELLITOOLGRADIENT_H
2 #define INTELLITOOLGRADIENT_H
78 double doubleStartPoint[2];
83 double VectorStartEnd[2];
88 double NormalVector[2];
93 double NormalDotNormal;
109 void computeAndDrawPixelColor(QPoint Point);
117 double dotProduct(
double Vector1[2],
double Vector2[2]);
124 double lenghtVector(
double Vector[2]);
129 void computeGradientLayer();
132 #endif // INTELLITOOLGRADIENT_H
The PaintingArea class manages the methods and stores information about the current painting area,...
The IntelliColorPicker manages the selected colors for one whole project.