{"id":49320133,"url":"https://github.com/lypheo/color-tools","last_synced_at":"2026-04-26T17:03:28.632Z","repository":{"id":65366781,"uuid":"233933744","full_name":"Lypheo/Color-Tools","owner":"Lypheo","description":"Gamut plotter for VapourSynth","archived":false,"fork":false,"pushed_at":"2023-01-19T16:57:10.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-05T01:44:15.616Z","etag":null,"topics":["colorspaces","vapoursynth-plugins"],"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/Lypheo.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}},"created_at":"2020-01-14T20:53:53.000Z","updated_at":"2023-01-19T16:59:05.000Z","dependencies_parsed_at":"2023-02-11T11:00:36.437Z","dependency_job_id":null,"html_url":"https://github.com/Lypheo/Color-Tools","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/Lypheo/Color-Tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lypheo%2FColor-Tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lypheo%2FColor-Tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lypheo%2FColor-Tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lypheo%2FColor-Tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lypheo","download_url":"https://codeload.github.com/Lypheo/Color-Tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lypheo%2FColor-Tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["colorspaces","vapoursynth-plugins"],"created_at":"2026-04-26T17:03:28.488Z","updated_at":"2026-04-26T17:03:28.626Z","avatar_url":"https://github.com/Lypheo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"```py\ncore.color.ShowGamut(clip clip[, string gamut])\n```\nPlots the 1931 chromaticity diagram, highlighting the specified gamut (or nothing if not supplied/``gamut == \"\"``).\nAll colors that appear in a given frame are colored black in the diagram, or white if they lie outside the specified gamut.\n\nExpects linear XYZ clips which you can obtain like so, for example:\n```py\nlinear = core.resize.Point(src, format=vs.RGBS, range_in_s=\"full\", transfer_in_s=\"srgb\", transfer_s=\"linear\")\nxyz = core.resize.Point(linear, primaries_in_s=\"709\", primaries_s=\"xyz\")\n```\nIt may be necessary to clamp linear RGB values if converting from YCbCr in order to avoid pixels outside the images’s gamut being marked.\n\nSupported gamuts:\n```\n\"dcip3\"\n\"adobe98\"\n\"adobewide\"\n\"apple\"\n\"ciergb\"\n\"filmc\"\n\"jedec_p22\"\n\"470bg\"\n\"470m\"\n\"2020\"\n\"smpte_c\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flypheo%2Fcolor-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flypheo%2Fcolor-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flypheo%2Fcolor-tools/lists"}