trevorhuang1 / cpt_warmup

Apache License 2.0
0 stars 1 forks source link

Color Gen Initial Concept #4

Closed hanlunli closed 11 months ago

hanlunli commented 11 months ago

image

lakshusan commented 11 months ago

Color Generator

Link to project (click)
Link to code (click)

Youtube link

Key Commits

lakshusan commented 11 months ago

Individual Retrospective:

I did change a lot between my original ideation and my final result, though I still believe there are things I could have done better. Before I got peer reviewed, I did not consider that there would be issues with the text color appearing in the color box, but it seemed to be a problem with lighter color displays. When my reviewer tried using 255 (11111111 in binary) for all the values for RGB, the text disappeared since it was the same color as the background it was on. I would have changed it earlier if I realized, but the binary translations now is displayed in the output separately from the color box.

Diagram (At time of review)