You are here

public function TextimageInterface::setGifTransparentColor in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 src/TextimageInterface.php \Drupal\textimage\TextimageInterface::setGifTransparentColor()

Set the RGB hex color to be used for GIF images.

Parameters

string $color: The color to be used for transparent.

Return value

$this

1 method overrides TextimageInterface::setGifTransparentColor()
Textimage::setGifTransparentColor in src/Textimage.php
Set the RGB hex color to be used for GIF images.

File

src/TextimageInterface.php, line 54

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function setGifTransparentColor($color);