im wondering how to make color into words and stuff of that sort like ina move if it was to say "blast of ice"its would look like blue and say blast of ice in blue how do i do taht thx.
in normal text, precede whatever you want to chance colour with |c and then 8 hex digits, like ffff00ff, where the first 2 are Red value, the second 2 are Green value, the third 2 are Blue value, and the last 2 are alpha value (or does alpha come first? i forget now) and then end it with a |r
ex: |cff0000ffThis text will be red|r but not this part... |c00ff00ffF|rreeze will have a blue F
Alpha comes first |cffRedRedGreenGreenBlueBlue |cffRRGGBB |cffff0000=red|r |cff00ff00=green|r |cff0000ff=blue|r |r ends the code. So you could start a new color in the same message.