# Color

### Introduction

The Color value is used to perform a *multiply* color operation on the sprite. Color values can be used to darken or tint a grayscale texture. By default Sprites us a white color, which means the original texture will display unmodified.

### Examples

The following images show the color values as applied to a multi-color sprite.

Red: 255 Green: 255 Blue: 255

![](https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-3cc430f9a3f326140286120a73c572c57a513794%2FWhiteColorGum.png?alt=media)

Red: 255 Green: 0 Blue: 0

![](https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-3afbe25e6f5d02ca959d222042fcb328936aa940%2FRedColorGum.png?alt=media)

Red: 0 Green: 255 Blue: 0

![](https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-5640ddad88d042d13d934ddf9eb0d4d294c6092c%2FGreenColorGum.png?alt=media)

Red: 0 Green: 0 Blue: 255

![](https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-4333ac7bb31261334a54c46995a02f9e0f8ccecd%2FBlueColorGum.png?alt=media)

Red: 128 Green: 128 Blue: 128

![](https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-11aa3d4686c7f129eca8f2b780893309e50c998a%2FDarkColorGum.png?alt=media)

Red: 0 Green: 0 Blue: 0

![](https://2695663588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fzQmxQ1VeUFHcoo2c%2Fuploads%2Fgit-blob-af0d752be017b3fda4dbe73ec5a749d7ff634ad7%2FBlackColorGum.png?alt=media)
