@scandit/web-datacapture-core
Version:
Scandit Data Capture SDK for the Web
1 lines • 832 B
JavaScript
import {d}from'./chunk-QM37NXPY.js';import {n}from'./chunk-77BBIAZE.js';var i=class e{constructor(r=d.Brush.fillColor,o=d.Brush.strokeColor,s=d.Brush.strokeWidth){this.fill={color:r},this.stroke={color:o,width:s};}static get transparent(){let r=n.fromRGBA(255,255,255,0);return new e(r,r,0)}get fillColor(){return this.fill.color}get strokeColor(){return this.stroke.color}get strokeWidth(){return this.stroke.width}static areEquals(r,o){return r==null||o==null?false:n.areEquals(r.fill.color,o.fill.color)&&n.areEquals(r.stroke.color,o.stroke.color)&&r.stroke.width===o.stroke.width}toJSONObject(){return {fill:{color:this.fillColor.toJSON()},stroke:{width:this.strokeWidth,color:this.strokeColor.toJSON()}}}static fromJSONObject(r){return new e(n.fromJSON(r.fill.color),n.fromJSON(r.stroke.color),r.stroke.width)}};export{i as a};