Go to the documentation of this file. 1 #ifndef INTELLITOOLGRADIENT_H
2 #define INTELLITOOLGRADIENT_H
78 double doubleStartPoint[2];
83 double VectorStartEnd[2];
99 void computeAndDrawPixelColor(QPoint Point,
int FirstColor[4],
int SecondColor[4],
double NormalVector[2],
double NormalDotNormal);
107 double dotProduct(
double Vector1[2],
double Vector2[2]);
114 double lenghtVector(
double Vector[2]);
119 void computeGradientLayer();
122 #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.