{"id":19408969,"url":"https://github.com/lexz-08/sharpblend","last_synced_at":"2026-05-18T07:01:43.281Z","repository":{"id":126982260,"uuid":"343679184","full_name":"Lexz-08/SharpBlend","owner":"Lexz-08","description":"Can blend either 2 colors or more than 2 together with a certain amount of each first one left over.","archived":false,"fork":false,"pushed_at":"2021-06-02T00:50:25.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T02:18:13.077Z","etag":null,"topics":["blending","color-blending","colors","csharp","windows"],"latest_commit_sha":null,"homepage":"https://github.com/Lexz-08/SharpBlend/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lexz-08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-02T07:11:08.000Z","updated_at":"2021-06-02T00:50:27.000Z","dependencies_parsed_at":"2023-06-19T14:00:57.863Z","dependency_job_id":null,"html_url":"https://github.com/Lexz-08/SharpBlend","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Lexz-08/SharpBlend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FSharpBlend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FSharpBlend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FSharpBlend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FSharpBlend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lexz-08","download_url":"https://codeload.github.com/Lexz-08/SharpBlend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FSharpBlend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285200705,"owners_count":27131412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blending","color-blending","colors","csharp","windows"],"created_at":"2024-11-10T12:09:00.658Z","updated_at":"2025-11-19T07:05:04.800Z","avatar_url":"https://github.com/Lexz-08.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SharpBlend\n### Description\nCan blend either 2 colors or more than 2 together with a certain amount of each first one left over.\n\n### How To Use\n```csharp\n// Assuming you have the System.Drawing namespace referenced.\n// Change the colors passed into the function's parameters to whatever colors you'd like, unless you want those.\nColor BlendedColor = Blender.BlendColors(Color.Orange, Color.Magenta, 0.5);\n\n// For Console Application users...\nIntPtr DesktopHandle = IntPtr.Zero;\nusing (Graphics GFX = Graphics.FromHwnd(DesktopHandle)\n{\n    GFX.FillRectangle(new SolidBrush(BlendedColor), new Rectangle(10, 10, 10, 10));\n}\n\n// For Windows Forms Application users...\n// The BackColor represents the BackColor property of the Form window.\nBackColor = BlendedColor;\n```\n\n### Download\n[SharpBlend.dll](https://github.com/Lexz-08/SharpBlend/releases/download/sharpblend/SharpBlend.dll)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexz-08%2Fsharpblend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexz-08%2Fsharpblend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexz-08%2Fsharpblend/lists"}