You are here

protected property Textimage::$gifTransparentColor in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 src/Textimage.php \Drupal\textimage\Textimage::gifTransparentColor

RGB hex color to be used for GIF images.

Image effects may override this setting, this is here in case we build a Textimage from scratch.

Type: string

File

src/Textimage.php, line 184

Class

Textimage
Provides a Textimage.

Namespace

Drupal\textimage

Code

protected $gifTransparentColor = '#FFFFFF';