Discussion of article "Graphics in DoEasy library (Part 77): Shadow object class"

 

New article Graphics in DoEasy library (Part 77): Shadow object class has been published:

In this article, I will create a separate class for the shadow object, which is a descendant of the graphical element object, as well as add the ability to fill the object background with a gradient fill.

Compile the EA, launch it on the chart and change the default shadow settings:


Unfortunately, a GIF image does not allow us to see the entire color palette.

Below we can see the appearance of the form with the gradient background in the image PNG format:


When clicking on each of the forms, the names of the forms (rather than the names of their shadow objects) are displayed in the journal:

TestDoEasyPart77_Form_01
TestDoEasyPart77_Form_02
TestDoEasyPart77_Form_03

This implies that the shadow object can still be moved to the background after its creation from the form object to avoid interference with the form that had created it.

Author: Artyom Trishkin

 
Is DoEasy a library that you are still developing or is it already developed? Where can we get access to this whole library, github? Thanks
 
Faisal Mahmood :
Is DoEasy a library that you are still developing or is it already developed? Where can we get access to this whole library, github? Thanks

These articles are a development tutorial. They describe the process of developing this library "live". Therefore, access to it is only in each subsequent article.

Reason: