
S1:E4 - "Hexes and Colors"
Base.cs Podcast
00:00
What's the Best Way to Define Color?
One of the most common ways that we describe color, especially as whep developers, is using a hex code. So if i want to describe the color that's a bright red, i might use something like e, c, one, five, two, e. But how in the world does that hex d translate to a color? I think it really helps to break up that code into smaller pieces. And there's actually three pieces you can break it up into. Those three pieces are the amount of red, the amount of green and the amount of blue that you're adding together to create a color.
Play episode from 03:40
Transcript


