You are here

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

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

Type: int

File

src/Type/Color.php, line 198

Class

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

Namespace

Drupal\compiler_scss\Type

Code

protected $a = 0;