Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Можно ещё преобразовывать цвета. #5

Closed
kizu opened this issue Apr 5, 2011 · 3 comments
Closed

Можно ещё преобразовывать цвета. #5

kizu opened this issue Apr 5, 2011 · 3 comments

Comments

@kizu
Copy link

kizu commented Apr 5, 2011

Например, преобразовывать
#F00
white
rgba(0,0,0,1)
rgba(255,255,255,0.5)
до
red
#FFF
#000
hsla(0,0%,100%,0.5)
Местами тут экономия на спичках и редкие юз-кейсы (#F00 → red), но вот с rgba и прочими может местами быть хорошая экономия, кажется.

@afelix
Copy link
Contributor

afelix commented Apr 5, 2011

Проверил:

  • white становится #fff; а какой полный код был?
  • #F00 — косяк, да, работает только #f00. :)
  • с rgba и hsla, вероятно, тоже что-то сделаем.

@afelix
Copy link
Contributor

afelix commented Apr 5, 2011

Цвета пофиксил, была проблема с прописныим и строчными буквами. Сюда же и случаи с AQUA, например.
rgba и hsla добавил в TODO.

@afelix afelix closed this as completed Apr 5, 2011
@kizu
Copy link
Author

kizu commented Apr 6, 2011

с white я протупил, извиняюсь :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants