Same name and namespace in other branches
  1. 3.0.x src/ColorRGB.php \Drupal\color_field\ColorRGB::toRgb()

Overrides ColorInterface::toRgb

File

src/ColorRGB.php, line 122

Class

ColorRGB
RGB represents the RGB color format.

Namespace

Drupal\color_field

Code

public function toRgb() {
    return $this;
}