This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:cprog:fall2024:projects:gtf0 [2024/09/11 02:27] – [GTF0] mwinter4 | notes:cprog:fall2024:projects:gtf0 [2024/09/11 21:30] (current) – [MIXING A COLOR] tkastne1 | ||
---|---|---|---|
Line 66: | Line 66: | ||
int r, int g, and int b are the red, green, and blue components of the color. Typically represented as hex values between 0x00 and 0xFF | int r, int g, and int b are the red, green, and blue components of the color. Typically represented as hex values between 0x00 and 0xFF | ||
- | There are many ways to find a colors hex value, including [[https:// | + | There are many ways to find a colors hex value, including [[https:// |
[[https:// | [[https:// |