{"id":13820522,"url":"https://github.com/chrisBRN/Lots_Of_Colors","last_synced_at":"2025-05-16T10:31:24.792Z","repository":{"id":217304038,"uuid":"147194606","full_name":"chrisBRN/Lots_Of_Colors","owner":"chrisBRN","description":"3000+ RGB colors (2k pantone) in code ready formats for SFML (C++), Game Maker (gml), Godot (tscn) \u0026 Unity (C#)","archived":false,"fork":false,"pushed_at":"2024-08-13T19:53:25.000Z","size":4127,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-13T22:59:47.649Z","etag":null,"topics":["color","colour","cpp","csharp","excel","game-maker","gml","godot","pantone","sfml","unity"],"latest_commit_sha":null,"homepage":"","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/chrisBRN.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":"2018-09-03T11:23:08.000Z","updated_at":"2024-08-13T19:48:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"2eb0fc40-ab3c-4850-aecc-3e1808132466","html_url":"https://github.com/chrisBRN/Lots_Of_Colors","commit_stats":null,"previous_names":["chrisbrn/lots_of_colors"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisBRN%2FLots_Of_Colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisBRN%2FLots_Of_Colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisBRN%2FLots_Of_Colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisBRN%2FLots_Of_Colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisBRN","download_url":"https://codeload.github.com/chrisBRN/Lots_Of_Colors/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225423636,"owners_count":17472152,"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","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":["color","colour","cpp","csharp","excel","game-maker","gml","godot","pantone","sfml","unity"],"created_at":"2024-08-04T08:01:04.799Z","updated_at":"2024-11-19T20:30:42.641Z","avatar_url":"https://github.com/chrisBRN.png","language":"C","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Lots of Colors\n\n3000+ RGB colors in code ready formats for SFML (C++), SDL (C++), Game Maker (gml), Godot (tscn) \u0026amp; Unity (C#)\n\nIncludes hex values for all colors and names where available (Hex is also supplied code ready for SFML).\n\nThe color pool is largely taken from Pantone and the palettes are largely aimed at fixed color game development. (e.g. Commodore 64, NES).\n\nI'd suggest using this as a reference rather than including it in full as it's unlikely you'll use 3k colors and it will add needless variables.\n\n## Palettes Included\n\nSourced via: https://lospec.com/\n\n  Color Graphics Adapter  \n  Commodore 64  \n  MSX / Microsoft 1983  \n  Macintosh II  \n  ZX Spectrum  \n  Nintendo Entertainment System / NES  \n\nSourced via http://www.smspower.org/Development/Palette\n\n  SG-1000\n \nPantone color names sourced via:  https://github.com/Margaret2/pantone-colors\nPantone PMS (Pantone Matching System) colors sourced via: http://www.excaliburcreations.com/pantone.html\n\nPantone colors names are copyright Pantone.\n\n## Code Examples\n```\nSFML rgb:     static const sf::Color cga_02(245,85,85); // FF555555  \nSFML hex:     static const sf::Color cga_02(0x00555555); // (245,85,85)  \nSDL:          SDL_Color cga_02 = {245, 85, 85};\nGame Maker:   col_cga_02 = make_color_rgb(245,85,85);  \nUnity:        public Color cga_02 = Color(0.961F, 0.333F, 0.333F);  \nGodot:        var col_cga_02 Color(0.961, 0.333, 0.333)\ncss:          --cga_02: #FF555555\n```\n\n## Notes\n\nHex values notes i.e. // FF555555 are available in the included excel file.\n\nFor 0-1 RGB rounding was done using the excel function round(), which rounds to the nearest integer, if you are using a language that always rounds down this may cause slight variations. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FchrisBRN%2FLots_Of_Colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FchrisBRN%2FLots_Of_Colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FchrisBRN%2FLots_Of_Colors/lists"}