{"id":22665053,"url":"https://github.com/smfsw/smfswcolor","last_synced_at":"2025-03-29T09:28:31.675Z","repository":{"id":159708972,"uuid":"158302108","full_name":"SMFSW/SMFSWcolor","owner":"SMFSW","description":"Color handling and conversions (absolute and relative spaces)","archived":false,"fork":false,"pushed_at":"2021-11-29T22:51:35.000Z","size":389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T00:33:24.547Z","etag":null,"topics":["cie","color","conversion","hsv","rgb"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SMFSW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-11-19T23:13:17.000Z","updated_at":"2021-11-29T22:51:38.000Z","dependencies_parsed_at":"2023-07-13T13:46:06.649Z","dependency_job_id":null,"html_url":"https://github.com/SMFSW/SMFSWcolor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSMFSWcolor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSMFSWcolor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSMFSWcolor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMFSW%2FSMFSWcolor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SMFSW","download_url":"https://codeload.github.com/SMFSW/SMFSWcolor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246165067,"owners_count":20733932,"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":["cie","color","conversion","hsv","rgb"],"created_at":"2024-12-09T13:18:59.145Z","updated_at":"2025-03-29T09:28:31.666Z","avatar_url":"https://github.com/SMFSW.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMFSWcolor\nAuthor: SMFSW\n\nAll the work involved here is dedicated to my beloved very special kitty Nietzschee\nwho brought some harmony in my life (miss you so much).\n\nCopyright (c) 2016-2018 SMFSW\n\n\nThis package includes various color schemes classes, low level conversions and transformation functions\n\n## Classes:\n- RefYYY: data dict classes\n- ColXXX: color classes\n- Color: multi-space color class\n\n## Low Level Algorithms:\n- colorConv.py: raw conversions\n- colorConvCIE.py: CIE 1931/1976 coordinates conversions\n- colorConvGamma.py: Gamma expand \u0026 compress functions\n- colorConvTemperature.py: Temperature calculations, conversions\n- colorFuncs.py: raw transformations, manipulations\n- colorScenarios.py: fading \u0026 scenarios calculations in different color models\n\n## GUI Interface:\nCommit of these interfaces will follow along with updates\n- ColorConverter.pyw\n- ColorConverter_GUI.pyw\n\n# Basic usage:\n- Multi space color:\n  - import colMulti\n  - declare an object of type Color('RGB', 0, 0, 0) with color space and corresponding values\n  - use get method on the object with given output space to get converted values\n- when the need is only a direct conversion from space to space (close spaces):\n  - import colXXX _(XXX corresponding to desired source or destination space depending the need)_\n  - Source:\n    - declare an object of type colXXX(0, 0, 0) with corresponding values\n    - using toYYY method on the object returns the values of the destination space\n      - _YYY corresponding to desired destination space_\n  - Destination:\n    - declare an object of type colXXX()\n    - using fromYYY(0, 0, 0) method on the object fills it with the converted values \n      - _YYY(0, 0, 0) corresponding to desired source space with values from that space_\n\n## References and Links:\nthanks for the help in making this package\n- http://www.brucelindbloom.com/\n  - main reference in making this package (some material reproduced with permission)\n- www.w3schools.com/colors/colors_converter.asp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmfsw%2Fsmfswcolor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmfsw%2Fsmfswcolor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmfsw%2Fsmfswcolor/lists"}