Esempio n. 1
0
 // created lazily or set specifically if needed
 get => _tf ?? new TransferFunction(_b, _a);
 get => new Color(_r, _g, _b, _a);