https://github.com/grype/uikit-element-colors
UI Element Colors visualized
https://github.com/grype/uikit-element-colors
ios uikit
Last synced: 3 months ago
JSON representation
UI Element Colors visualized
- Host: GitHub
- URL: https://github.com/grype/uikit-element-colors
- Owner: grype
- License: mit
- Created: 2020-03-24T01:12:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T22:25:57.000Z (about 5 years ago)
- Last Synced: 2025-01-05T13:42:24.939Z (5 months ago)
- Topics: ios, uikit
- Language: Swift
- Size: 1.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIKit-Element-Colors
UI Element Colors visualized
## WTF?
Two general types of colors are distinguished - fills and text. Each section in the table view is marked whether it is a fill color (▧) or a text color (𝑻).
Cells list various element colors (systemBackground, label, etc). Names and rgb values are listed, as well as a swatch of the opaque version of the color on the right side of the cell. The table view paints a pattern in background, so as to distinguish transluscent colors.
Fill color cells:
* element color used as cell background, including alpha
* text is colored to stand out - it doesn't represent the element's colorText color cells:
* element color is used for text color
* systemBackground is used for cell background - it doesn't represent element's colorIf you can't read the name of the element - select a cell, as that will change its background color...