-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Imagin edited this page May 31, 2022
·
7 revisions
To get started, download the source on GitHub or head over to nuget.
- .NET Framework 4.8
- Visit the main project page.
- Download the source code.
- Unzip the downloaded file.
- Open the main solution file (this contains everything included in the project).
- Build the solution.
- Reference Imagin.Core.Color.dll found in
..\Imagin.Core.Color\bin\Debug.
- Download and install Nuget.
- Open your project solution file.
- From the menu, navigate to
Tools/Library Package Manager/Package Manager Console.- Run the command
Install-Package Imagin.Core.Color -Version *.0.0.
Reference the project using the namespace prefix
Imagin.Core.Colors