# Color

### Introduction

The Color value controls a Text object's color. The Color value is created by combining the Red, Green, and Blue values.

The Color value can be changed through the color picker, or by changing the individual Red, Green, and Blue color values.

<figure><img src="https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-c3fc3c06986939dac14a390433a7fccf3d2547a1%2F15_08%2016%2053.gif?alt=media" alt=""><figcaption><p>Changing the Color values by changing Red, Green, Blue, or using the color picker</p></figcaption></figure>

### Color Multiplication

For default Text objects, the Color value modifies the displayed Text color. Gum creates .fnt and .png files where the color is white. If the .png includes any colors that are not white, then the resulting color is produced by *multiplying* the color value with each pixel. Therefore, if a Font is outlined, then the black pixels remain black.

<figure><img src="https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-009204343b1d302ba628d1f1a36386ad0f8c4e98%2F15_08%2019%2058.gif?alt=media" alt=""><figcaption><p>Changing the color value of outlines</p></figcaption></figure>
