Same name in other branches
- 8.x-2.x src/ColorRGB.php \Drupal\color_field\ColorRGB::toRgb()
Overrides ColorInterface::toRgb
File
-
src/
ColorRGB.php, line 112
Class
- ColorRGB
- RGB represents the RGB color format.
Namespace
Drupal\color_fieldCode
public function toRgb() : ColorRGB {
return $this;
}