{"id":20944461,"url":"https://github.com/numq/compose-color-picker","last_synced_at":"2026-04-21T08:03:51.387Z","repository":{"id":258890247,"uuid":"866839056","full_name":"numq/compose-color-picker","owner":"numq","description":"Jetpack Compose Multiplatform compatible color picker component","archived":false,"fork":false,"pushed_at":"2026-03-23T12:27:18.000Z","size":10172,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-24T09:58:23.161Z","etag":null,"topics":["chooser","color","compose","jetpack","library","multiplatform","palette","picker","selector"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/numq.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-03T00:50:56.000Z","updated_at":"2026-03-23T12:27:22.000Z","dependencies_parsed_at":"2024-10-24T02:58:42.829Z","dependency_job_id":null,"html_url":"https://github.com/numq/compose-color-picker","commit_stats":null,"previous_names":["numq/compose-color-picker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/numq/compose-color-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fcompose-color-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fcompose-color-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fcompose-color-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fcompose-color-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numq","download_url":"https://codeload.github.com/numq/compose-color-picker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fcompose-color-picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32082782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["chooser","color","compose","jetpack","library","multiplatform","palette","picker","selector"],"created_at":"2024-11-18T23:42:19.186Z","updated_at":"2026-04-21T08:03:51.383Z","avatar_url":"https://github.com/numq.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCompose Color Picker\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA Color Picker library for Jetpack Compose\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"media/demo.gif\" alt=\"demo\"/\u003e\u003c/p\u003e\n\n## Interactive or reactive\n\n\u003e Changes in the argument are reflected on the indicator\n\n- [CircularColorPicker](library/src/main/kotlin/picker/circular/CircularColorPicker.kt)\n- [RectangularColorPicker](library/src/main/kotlin/picker/rectangular/RectangularColorPicker.kt)\n- [RectangleColorPickerSV](library/src/main/kotlin/picker/wheel/rectangle/RectangleColorPickerSV.kt)\n- [WheelRectangleColorPicker](library/src/main/kotlin/picker/wheel/rectangle/WheelRectangleColorPickerHSV.kt)\n- [TriangleColorPickerSV](library/src/main/kotlin/picker/wheel/triangle/TriangleColorPickerSV.kt)\n- [WheelTriangleColorPickerHSV](library/src/main/kotlin/picker/wheel/triangle/WheelTriangleColorPickerHSV.kt)\n\n## Lazy\n\n\u003e Initial color is passed as an argument\n\n- [CircularColorPickerLazy](library/src/main/kotlin/picker/circular/CircularColorPickerLazy.kt)\n- [RectangularColorPickerLazy](library/src/main/kotlin/picker/rectangular/RectangularColorPickerLazy.kt)\n- [RectangleColorPickerSVLazy](library/src/main/kotlin/picker/wheel/rectangle/RectangleColorPickerSVLazy.kt)\n- [WheelRectangleColorPickerLazy](library/src/main/kotlin/picker/wheel/rectangle/WheelRectangleColorPickerHSVLazy.kt)\n- [TriangleColorPickerSVLazy](library/src/main/kotlin/picker/wheel/triangle/TriangleColorPickerSVLazy.kt)\n- [WheelTriangleColorPickerHSVLazy](library/src/main/kotlin/picker/wheel/triangle/WheelTriangleColorPickerHSVLazy.kt)\n\n## Installation\n\n```\nrepositories {\n    maven(\"https://jitpack.io\")\n}\n\n\n\ndependencies {\n    implementation(\"com.github.numq:compose-color-picker:1.0.2\")\n}\n```\n\n___\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://numq.github.io/support\"\u003e\n    \u003cimg src=\"https://api.qrserver.com/v1/create-qr-code/?size=112x112\u0026data=https://numq.github.io/support\u0026bgcolor=1a1b26\u0026color=7aa2f7\" \n         width=\"112\" \n         height=\"112\" \n         style=\"border-radius: 4px;\" \n         alt=\"QR code\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://numq.github.io/support\" style=\"text-decoration: none;\"\u003e\n    \u003ccode\u003e\u003cfont color=\"#bb9af7\"\u003enumq.github.io/support\u003c/font\u003e\u003c/code\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumq%2Fcompose-color-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumq%2Fcompose-color-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumq%2Fcompose-color-picker/lists"}