iron-software / IronSoftware.System.Drawing

An open-source System.Drawing.Common replacement for .NET 5 and above on all platforms. Bringing together System.Drawing, Maui, and ImageSharp's Bitmap, Image, Font, and Shape types via an agnostic free NuGet package.
Other
114 stars 18 forks source link

Color: Add empty constructor with XML comment #84

Closed mee-ironsoftware closed 10 months ago

mee-ironsoftware commented 10 months ago

Description

This Pull request introduces a new empty constructor for the Color class along with an accompanying XML comment. The constructor initializes a new instance of the Color class with default color is fully transparent black.

To use in IronWord.

Type of change

Please select the relevant option by placing an 'x' inside the brackets, like this: [x].

How Has This Been Tested?

Add test for it.

Checklist:

Please run through the checklist as much as possible and mark the items completed by placing an 'x' inside the brackets, like this: [x].

mee-ironsoftware commented 10 months ago

Close this cause it not viable.