Skip to content

Commit 8b0e648

Browse files
update README.md
1 parent 17eb2a4 commit 8b0e648

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ it's possible to create new ones either.
2020

2121
| Hue Ring-Diamond HSL | Hue Ring-Diamond HEX | Hue- Ring-Rect HSL | Hue Ring-Rect HSV|
2222
| ----------|-----------| -----------| -----------|
23-
| <img src="./screenshots/colorpicker/cp_ring_diamond_hsl.png"/> | <img src="./screenshots/colorpicker/cp_ring_diamond_hex.png"/> | <img src="./screenshots/colorpicker/cp_ring_rect_hsl.png"/> | <img src="./screenshots/colorpicker/cp_ring_rect_hsv.png"/> |
23+
| <img src="./screenshots/colorpicker/cp_ring_diamond_hsl.png" width="250"> | <img src="./screenshots/colorpicker/cp_ring_diamond_hex.png" width="250"> | <img src="./screenshots/colorpicker/cp_ring_rect_hsl.png" width="250"> | <img src="./screenshots/colorpicker/cp_ring_rect_hsv.png" width="250"> |
2424

2525
| Saturation-Value HSV | Saturation-Lightness HSL | Hue-Circle HSV | Hue Ring-Rect Hex|
2626
| ----------|-----------| -----------| -----------|
27-
| <img src="./screenshots/colorpicker/cp_rect_saturation_value_hsv.png"/> | <img src="./screenshots/colorpicker/cp_rect_saturation_lightness_hsl.png"/> | <img src="./screenshots/colorpicker/cp_circle_hue_saturation_hsv.png"/> | <img src="./screenshots/colorpicker/cp_ring_rect_hex_hsv.png"/> |
27+
| <img src="./screenshots/colorpicker/cp_rect_saturation_value_hsv.png" width="250"> | <img src="./screenshots/colorpicker/cp_rect_saturation_lightness_hsl.png" width="250"> | <img src="./screenshots/colorpicker/cp_circle_hue_saturation_hsv.png" width="250"> | <img src="./screenshots/colorpicker/cp_ring_rect_hex_hsv.png" width="250"> |
2828

2929
| HS HSV | HL HSV | HS HSL | HL HSL |
3030
| ----------|-----------| -----------| -----------|
31-
| <img src="./screenshots/colorpicker/cp_rect_hue_saturation_hsv.png"/> | <img src="./screenshots/colorpicker/cp_rect_hue_value_hsv.png"/> | <img src="./screenshots/colorpicker/cp_rect_hue_saturation_hsl.png"/> | <img src="./screenshots/colorpicker/cp_rect_hue_lightness_hsl.png"/> |
31+
| <img src="./screenshots/colorpicker/cp_rect_hue_saturation_hsv.png" width="250"> | <img src="./screenshots/colorpicker/cp_rect_hue_value_hsv.png" width="250"> | <img src="./screenshots/colorpicker/cp_rect_hue_saturation_hsl.png" width="250"> | <img src="./screenshots/colorpicker/cp_rect_hue_lightness_hsl.png" width="250"> |
3232

3333
### Implementation Hue Ring-Diamond HSL and ones with Ring Selectors
3434

@@ -80,7 +80,7 @@ ColorPickerCircleValueHSV(
8080

8181
| Hue Ring-Diamond HSL | Hue Ring-Diamond HSL2 | Hue- Ring-Rect HSL | Hue Ring-Rect HSV|
8282
| ----------|-----------| -----------| -----------|
83-
| <img src="./screenshots/colorpicker/cp_gradient_diamond_hsl.png"/> | <img src="./screenshots/colorpicker/cp_gradient_diamond_hsl2.png"/> | <img src="./screenshots/colorpicker/cp_gradient_rect_hsl.png"/> | <img src="./screenshots/colorpicker/cp_gradient_rect_hsv.png"/> |
83+
| <img src="./screenshots/colorpicker/cp_gradient_diamond_hsl.png" width="250"> | <img src="./screenshots/colorpicker/cp_gradient_diamond_hsl2.png" width="250"> | <img src="./screenshots/colorpicker/cp_gradient_rect_hsl.png" width="250"> | <img src="./screenshots/colorpicker/cp_gradient_rect_hsv.png" width="250"> |
8484

8585
### Implementation
8686

@@ -182,7 +182,7 @@ data class BrushColor(
182182

183183
| Selectors | Gradient Selection |Gradient Angle | HSV/HSL Gradients| Colorful Sliders |
184184
| ----------|-----------|-----------| -----------| -----------|
185-
| <img src="./screenshots/saturation.gif"/> | <img src="./screenshots/gradient_selection.gif"/> | <img src="./screenshots/gradient_angle.gif"/> | <img src="./screenshots/hsv_hsl_gradient.gif"/> | <img src="./screenshots/colorful_sliders.gif"/> |
185+
| <img src="./screenshots/saturation.gif" width="250"> | <img src="./screenshots/gradient_selection.gif" width="250"> | <img src="./screenshots/gradient_angle.gif" width="250"> | <img src="./screenshots/hsv_hsl_gradient.gif" width="250"> | <img src="./screenshots/colorful_sliders.gif" width="250"> |
186186

187187
## Completed:
188188

0 commit comments

Comments
 (0)