|
|
@@ -157,10 +157,13 @@ trait QROptionsTrait{
|
|
|
*/
|
|
|
protected $bgColor = null;
|
|
|
|
|
|
+ /**
|
|
|
+ * Whether to invert the matrix (reflectance reversal)
|
|
|
+ */
|
|
|
+ protected bool $invertMatrix = false;
|
|
|
+
|
|
|
/**
|
|
|
* Whether to draw the light (false) modules
|
|
|
- *
|
|
|
- * @var bool
|
|
|
*/
|
|
|
protected bool $drawLightModules = true;
|
|
|
|