Z
Z
zemdt2018-11-22 17:46:39
Fonts
zemdt, 2018-11-22 17:46:39

How to attach a color to each letter of the alphabet? Are there such programs?

It is necessary to attach to each letter of the alphabet a color preselected in the program.
Copy the texts into such a program and the letters would take the corresponding text.
Change the overall intensity
Unload the text processed in this way from the program

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2018-11-22
@zemdt

You can use the character's ASCII code (or its alphabetical number) as a factor to assign a color to a letter. For example, grayscale depending on the serial number of the letter:
A - RGB(255*(position / 26),255*(position / 26),255*(position / 26)) #RGB(0,0,0)) - black
B - RGB(255*(position / 26),255*(position / 26),255*(position / 26)) #RGB(17,17,17)) - dark gray
..
Z- RGB(255* (position / 26),255*(position / 26),255*(position / 26)) #RGB(255,255,255) - white

M
Mikhail Lyalin, 2018-11-22
@mr_jok

eyes will climb on the forehead from such a color "palette"

Z
zemdt, 2018-11-28
@zemdt

Who can make such a program? And what are the price tags for it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question