[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 3 commits: 'Paint.Opacity' is a new property that allows to define the opacity of the drawing operations.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
e7db9cff by Benoît Minisini at 2024-11-23T23:53:01+01:00
'Paint.Opacity' is a new property that allows to define the opacity of the drawing operations.

[GB.DRAW]
* NEW: 'Paint.Opacity' is a new property that allows to define the opacity of the drawing operations.

[GB.GTK]
* NEW: Implement 'Paint.Opacity' property.

[GB.GTK3]
* NEW: Implement 'Paint.Opacity' property.

[GB.QT4]
* NEW: Implement 'Paint.Opacity' property.

[GB.QT5]
* NEW: Implement 'Paint.Opacity' property.

[GB.QT6]
* NEW: Implement 'Paint.Opacity' property.

- - - - -
09470a4c by Benoît Minisini at 2024-11-23T23:55:35+01:00
Add a slider for the new 'Paint.Opacity' property.

[EXAMPLES]
* NEW: Painting: Add a slider for the new 'Paint.Opacity' property.
* NEW: Painting: Modify the 'Gradient' example to use stroke with gradients.

- - - - -
6e36b4f0 by Benoît Minisini at 2024-11-23T23:56:05+01:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


11 changed files:

- + app/examples/Drawing/Painting/.app.png
- app/examples/Drawing/Painting/.icon.png
- app/examples/Drawing/Painting/.src/FMain.class
- app/examples/Drawing/Painting/.src/FMain.form
- app/examples/Drawing/Painting/Example10
- gb.gtk/src/cpaint_impl.cpp
- gb.gtk/src/cpaint_impl.h
- gb.gtk/src/csvgimage.cpp
- gb.qt4/src/cpaint_impl.cpp
- main/lib/draw/cpaint.c
- main/lib/draw/gb.paint.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4a34c13625415f8903a405391ce23bf3b9eb7fb4...6e36b4f0add41b89c5c6ae437d4f43ffb78e36ec

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4a34c13625415f8903a405391ce23bf3b9eb7fb4...6e36b4f0add41b89c5c6ae437d4f43ffb78e36ec
You're receiving this email because of your account on gitlab.com.