Same name and namespace in other branches
  1. 8.x-2.x src/ColorRGB.php \Drupal\color_field\ColorRGB::red 1 comment

The red value (0-255).

Type: int

File

src/ColorRGB.php, line 17

Class

ColorRGB
RGB represents the RGB color format.

Namespace

Drupal\color_field

Code

protected int $red;