You are here

protected property Color::$b in SCSS Compiler 1.0.x

The blue channel value in the range [0,255].

Type: int

File

src/Type/Color.php, line 191

Class

Color
Defines a Color type used for type juggling in PHP-bridged functions.

Namespace

Drupal\compiler_scss\Type

Code

protected $b = 0;