git-digger 1.8.30 → 1.8.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,47 +3,47 @@
3
3
  //region block: imports
4
4
  var imul = Math.imul;
5
5
  var log2 = Math.log2;
6
- var protoOf = kotlin_kotlin.$_$.c8;
7
- var initMetadataForInterface = kotlin_kotlin.$_$.h7;
8
- var toString = kotlin_kotlin.$_$.e8;
6
+ var protoOf = kotlin_kotlin.$_$.d8;
7
+ var initMetadataForInterface = kotlin_kotlin.$_$.j7;
8
+ var toString = kotlin_kotlin.$_$.f8;
9
9
  var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.w;
10
10
  var Unit_instance = kotlin_kotlin.$_$.z2;
11
- var initMetadataForClass = kotlin_kotlin.$_$.e7;
12
- var getStringHashCode = kotlin_kotlin.$_$.c7;
13
- var THROW_CCE = kotlin_kotlin.$_$.jb;
14
- var initMetadataForObject = kotlin_kotlin.$_$.j7;
11
+ var initMetadataForClass = kotlin_kotlin.$_$.g7;
12
+ var getStringHashCode = kotlin_kotlin.$_$.e7;
13
+ var THROW_CCE = kotlin_kotlin.$_$.kb;
14
+ var initMetadataForObject = kotlin_kotlin.$_$.l7;
15
15
  var arrayConcat = kotlin_kotlin.$_$.a;
16
16
  var listOf = kotlin_kotlin.$_$.x4;
17
17
  var ArrayList_init_$Create$ = kotlin_kotlin.$_$.h;
18
- var charSequenceLength = kotlin_kotlin.$_$.v6;
19
- var charSequenceGet = kotlin_kotlin.$_$.u6;
18
+ var charSequenceLength = kotlin_kotlin.$_$.x6;
19
+ var charSequenceGet = kotlin_kotlin.$_$.w6;
20
20
  var toString_0 = kotlin_kotlin.$_$.i1;
21
21
  var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.g1;
22
- var withSign = kotlin_kotlin.$_$.g8;
23
- var trimMargin = kotlin_kotlin.$_$.sa;
24
- var hashCode = kotlin_kotlin.$_$.d7;
25
- var equals = kotlin_kotlin.$_$.y6;
22
+ var withSign = kotlin_kotlin.$_$.h8;
23
+ var trimMargin = kotlin_kotlin.$_$.ta;
24
+ var hashCode = kotlin_kotlin.$_$.f7;
25
+ var equals = kotlin_kotlin.$_$.a7;
26
26
  var VOID = kotlin_kotlin.$_$.c;
27
- var initMetadataForCompanion = kotlin_kotlin.$_$.f7;
28
- var coerceAtLeast = kotlin_kotlin.$_$.h8;
29
- var getNumberHashCode = kotlin_kotlin.$_$.a7;
30
- var roundToInt = kotlin_kotlin.$_$.f8;
31
- var coerceIn = kotlin_kotlin.$_$.l8;
32
- var numberToDouble = kotlin_kotlin.$_$.z7;
33
- var charCodeAt = kotlin_kotlin.$_$.t6;
34
- var Char = kotlin_kotlin.$_$.ya;
35
- var toInt = kotlin_kotlin.$_$.qa;
36
- var numberRangeToNumber = kotlin_kotlin.$_$.x7;
37
- var slice = kotlin_kotlin.$_$.ga;
38
- var startsWith = kotlin_kotlin.$_$.ia;
39
- var isInterface = kotlin_kotlin.$_$.s7;
27
+ var initMetadataForCompanion = kotlin_kotlin.$_$.h7;
28
+ var coerceAtLeast = kotlin_kotlin.$_$.i8;
29
+ var getNumberHashCode = kotlin_kotlin.$_$.c7;
30
+ var roundToInt = kotlin_kotlin.$_$.g8;
31
+ var coerceIn = kotlin_kotlin.$_$.m8;
32
+ var numberToDouble = kotlin_kotlin.$_$.a8;
33
+ var charCodeAt = kotlin_kotlin.$_$.v6;
34
+ var Char = kotlin_kotlin.$_$.za;
35
+ var toInt = kotlin_kotlin.$_$.ra;
36
+ var numberRangeToNumber = kotlin_kotlin.$_$.y7;
37
+ var slice = kotlin_kotlin.$_$.ha;
38
+ var startsWith = kotlin_kotlin.$_$.ja;
39
+ var isInterface = kotlin_kotlin.$_$.u7;
40
40
  var contentEquals = kotlin_kotlin.$_$.y3;
41
- var coerceAtLeast_0 = kotlin_kotlin.$_$.j8;
42
- var objectCreate = kotlin_kotlin.$_$.b8;
41
+ var coerceAtLeast_0 = kotlin_kotlin.$_$.k8;
42
+ var objectCreate = kotlin_kotlin.$_$.c8;
43
43
  //endregion
44
44
  //region block: pre-declaration
45
45
  function toXYZ() {
46
- return this.d1j().e1j();
46
+ return this.h1j().i1j();
47
47
  }
48
48
  initMetadataForInterface(Color, 'Color');
49
49
  initMetadataForClass(ColorComponentInfo, 'ColorComponentInfo');
@@ -61,21 +61,21 @@
61
61
  initMetadataForObject(PqNonlinearity, 'PqNonlinearity');
62
62
  function invoke$default(r, g, b, alpha, $super) {
63
63
  alpha = alpha === VOID ? 1.0 : alpha;
64
- return $super === VOID ? this.p1k(r, g, b, alpha) : $super.p1k.call(this, r, g, b, alpha);
64
+ return $super === VOID ? this.t1k(r, g, b, alpha) : $super.t1k.call(this, r, g, b, alpha);
65
65
  }
66
66
  function invoke(r, g, b, alpha) {
67
- return this.p1k(numberToDouble(r), numberToDouble(g), numberToDouble(b), numberToDouble(alpha));
67
+ return this.t1k(numberToDouble(r), numberToDouble(g), numberToDouble(b), numberToDouble(alpha));
68
68
  }
69
69
  function invoke$default_0(r, g, b, alpha, $super) {
70
70
  alpha = alpha === VOID ? 1.0 : alpha;
71
- return $super === VOID ? this.t1l(r, g, b, alpha) : invoke(r, g, b, alpha);
71
+ return $super === VOID ? this.x1l(r, g, b, alpha) : invoke(r, g, b, alpha);
72
72
  }
73
73
  function from255(r, g, b, alpha) {
74
- return this.p1k(r / 255.0, g / 255.0, b / 255.0, alpha / 255.0);
74
+ return this.t1k(r / 255.0, g / 255.0, b / 255.0, alpha / 255.0);
75
75
  }
76
76
  function from255$default(r, g, b, alpha, $super) {
77
77
  alpha = alpha === VOID ? 255 : alpha;
78
- return $super === VOID ? this.v1l(r, g, b, alpha) : from255(r, g, b, alpha);
78
+ return $super === VOID ? this.z1l(r, g, b, alpha) : from255(r, g, b, alpha);
79
79
  }
80
80
  function invoke_0(hex) {
81
81
  var tmp = parseHex(validateHex(hex), 0);
@@ -89,7 +89,7 @@
89
89
  } else {
90
90
  tmp_2 = 255;
91
91
  }
92
- return this.v1l(tmp, tmp_0, tmp_1, tmp_2);
92
+ return this.z1l(tmp, tmp_0, tmp_1, tmp_2);
93
93
  }
94
94
  initMetadataForInterface(RGBColorSpace, 'RGBColorSpace');
95
95
  initMetadataForCompanion(Companion_2, VOID, [RGBColorSpace]);
@@ -115,26 +115,26 @@
115
115
  function Color() {
116
116
  }
117
117
  function ColorComponentInfo(name, isPolar, min, max) {
118
- this.k1j_1 = name;
119
- this.l1j_1 = isPolar;
120
- this.m1j_1 = min;
121
- this.n1j_1 = max;
118
+ this.o1j_1 = name;
119
+ this.p1j_1 = isPolar;
120
+ this.q1j_1 = min;
121
+ this.r1j_1 = max;
122
122
  // Inline function 'kotlin.require' call
123
- if (!(this.m1j_1 <= this.n1j_1)) {
123
+ if (!(this.q1j_1 <= this.r1j_1)) {
124
124
  var message = 'min must be less than or equal to max';
125
125
  throw IllegalArgumentException_init_$Create$(toString(message));
126
126
  }
127
127
  }
128
128
  function WhitePoint(name, chromaticity) {
129
- this.o1j_1 = name;
130
- this.p1j_1 = chromaticity;
129
+ this.s1j_1 = name;
130
+ this.t1j_1 = chromaticity;
131
131
  }
132
132
  protoOf(WhitePoint).toString = function () {
133
- return this.o1j_1;
133
+ return this.s1j_1;
134
134
  };
135
135
  protoOf(WhitePoint).hashCode = function () {
136
- var result = getStringHashCode(this.o1j_1);
137
- result = imul(result, 31) + this.p1j_1.hashCode() | 0;
136
+ var result = getStringHashCode(this.s1j_1);
137
+ result = imul(result, 31) + this.t1j_1.hashCode() | 0;
138
138
  return result;
139
139
  };
140
140
  protoOf(WhitePoint).equals = function (other) {
@@ -143,22 +143,22 @@
143
143
  if (!(other instanceof WhitePoint))
144
144
  return false;
145
145
  var tmp0_other_with_cast = other instanceof WhitePoint ? other : THROW_CCE();
146
- if (!(this.o1j_1 === tmp0_other_with_cast.o1j_1))
146
+ if (!(this.s1j_1 === tmp0_other_with_cast.s1j_1))
147
147
  return false;
148
- if (!this.p1j_1.equals(tmp0_other_with_cast.p1j_1))
148
+ if (!this.t1j_1.equals(tmp0_other_with_cast.t1j_1))
149
149
  return false;
150
150
  return true;
151
151
  };
152
152
  function Illuminant() {
153
153
  Illuminant_instance = this;
154
- this.q1j_1 = new WhitePoint('A', xyY_init_$Create$(0.44758, 0.40745));
155
- this.r1j_1 = new WhitePoint('B', xyY_init_$Create$(0.34842, 0.35161));
156
- this.s1j_1 = new WhitePoint('C', xyY_init_$Create$(0.31006, 0.31616));
157
- this.t1j_1 = new WhitePoint('D50', xyY_init_$Create$(0.3457, 0.3585));
158
- this.u1j_1 = new WhitePoint('D55', xyY_init_$Create$(0.33243, 0.34744));
159
- this.v1j_1 = new WhitePoint('D65', xyY_init_$Create$(0.3127, 0.329));
160
- this.w1j_1 = new WhitePoint('D75', xyY_init_$Create$(0.29903, 0.31488));
161
- this.x1j_1 = new WhitePoint('E', xyY_init_$Create$(1.0 / 3.0, 1.0 / 3.0));
154
+ this.u1j_1 = new WhitePoint('A', xyY_init_$Create$(0.44758, 0.40745));
155
+ this.v1j_1 = new WhitePoint('B', xyY_init_$Create$(0.34842, 0.35161));
156
+ this.w1j_1 = new WhitePoint('C', xyY_init_$Create$(0.31006, 0.31616));
157
+ this.x1j_1 = new WhitePoint('D50', xyY_init_$Create$(0.3457, 0.3585));
158
+ this.y1j_1 = new WhitePoint('D55', xyY_init_$Create$(0.33243, 0.34744));
159
+ this.z1j_1 = new WhitePoint('D65', xyY_init_$Create$(0.3127, 0.329));
160
+ this.a1k_1 = new WhitePoint('D75', xyY_init_$Create$(0.29903, 0.31488));
161
+ this.b1k_1 = new WhitePoint('E', xyY_init_$Create$(1.0 / 3.0, 1.0 / 3.0));
162
162
  }
163
163
  var Illuminant_instance;
164
164
  function Illuminant_getInstance() {
@@ -187,10 +187,10 @@
187
187
  var item = charSequenceGet(name, inductionVariable);
188
188
  inductionVariable = inductionVariable + 1 | 0;
189
189
  var tmp$ret$0 = new ColorComponentInfo(toString_0(item), false, 0.0, 1.0);
190
- this_0.g(tmp$ret$0);
190
+ this_0.x(tmp$ret$0);
191
191
  }
192
- this_0.g(get_alphaInfo());
193
- return this_0.q4();
192
+ this_0.x(get_alphaInfo());
193
+ return this_0.d5();
194
194
  }
195
195
  function polarComponentInfo(name, l, r) {
196
196
  _init_properties_ColorSpaceUtils_kt__cnwylg();
@@ -204,10 +204,10 @@
204
204
  var item = charSequenceGet(name, inductionVariable);
205
205
  inductionVariable = inductionVariable + 1 | 0;
206
206
  var tmp$ret$0 = new ColorComponentInfo(toString_0(item), item === _Char___init__impl__6a9atx(72), item === _Char___init__impl__6a9atx(72) ? 0.0 : l, item === _Char___init__impl__6a9atx(72) ? 360.0 : r);
207
- this_0.g(tmp$ret$0);
207
+ this_0.x(tmp$ret$0);
208
208
  }
209
- this_0.g(get_alphaInfo());
210
- return this_0.q4();
209
+ this_0.x(get_alphaInfo());
210
+ return this_0.d5();
211
211
  }
212
212
  var properties_initialized_ColorSpaceUtils_kt_kskdoe;
213
213
  function _init_properties_ColorSpaceUtils_kt__cnwylg() {
@@ -285,22 +285,22 @@
285
285
  function Matrix__equals_impl_g5p8p9($this, other) {
286
286
  if (!(other instanceof Matrix))
287
287
  return false;
288
- var tmp0_other_with_cast = other instanceof Matrix ? other.y1j_1 : THROW_CCE();
288
+ var tmp0_other_with_cast = other instanceof Matrix ? other.c1k_1 : THROW_CCE();
289
289
  if (!equals($this, tmp0_other_with_cast))
290
290
  return false;
291
291
  return true;
292
292
  }
293
293
  function Matrix(rowMajor) {
294
- this.y1j_1 = rowMajor;
294
+ this.c1k_1 = rowMajor;
295
295
  }
296
296
  protoOf(Matrix).toString = function () {
297
- return Matrix__toString_impl_l0abk0(this.y1j_1);
297
+ return Matrix__toString_impl_l0abk0(this.c1k_1);
298
298
  };
299
299
  protoOf(Matrix).hashCode = function () {
300
- return Matrix__hashCode_impl_s9ntm9(this.y1j_1);
300
+ return Matrix__hashCode_impl_s9ntm9(this.c1k_1);
301
301
  };
302
302
  protoOf(Matrix).equals = function (other) {
303
- return Matrix__equals_impl_g5p8p9(this.y1j_1, other);
303
+ return Matrix__equals_impl_g5p8p9(this.c1k_1, other);
304
304
  };
305
305
  function inverse(_this__u8e3s4, inPlace) {
306
306
  inPlace = inPlace === VOID ? false : inPlace;
@@ -378,22 +378,22 @@
378
378
  function Vector__equals_impl_hy6igl($this, other) {
379
379
  if (!(other instanceof Vector))
380
380
  return false;
381
- var tmp0_other_with_cast = other instanceof Vector ? other.z1j_1 : THROW_CCE();
381
+ var tmp0_other_with_cast = other instanceof Vector ? other.d1k_1 : THROW_CCE();
382
382
  if (!equals($this, tmp0_other_with_cast))
383
383
  return false;
384
384
  return true;
385
385
  }
386
386
  function Vector(values) {
387
- this.z1j_1 = values;
387
+ this.d1k_1 = values;
388
388
  }
389
389
  protoOf(Vector).toString = function () {
390
- return Vector__toString_impl_hn2ybi(this.z1j_1);
390
+ return Vector__toString_impl_hn2ybi(this.d1k_1);
391
391
  };
392
392
  protoOf(Vector).hashCode = function () {
393
- return Vector__hashCode_impl_442yhd(this.z1j_1);
393
+ return Vector__hashCode_impl_442yhd(this.d1k_1);
394
394
  };
395
395
  protoOf(Vector).equals = function (other) {
396
- return Vector__equals_impl_hy6igl(this.z1j_1, other);
396
+ return Vector__equals_impl_hy6igl(this.d1k_1, other);
397
397
  };
398
398
  function dot_0(_this__u8e3s4, v0, v1, v2) {
399
399
  // Inline function 'com.github.ajalt.colormath.internal.dot' call
@@ -407,13 +407,13 @@
407
407
  }
408
408
  function Companion() {
409
409
  Companion_instance = this;
410
- this.a1k_1 = componentInfoList([new ColorComponentInfo('code', false, 30.0, 107.0)]);
410
+ this.e1k_1 = componentInfoList([new ColorComponentInfo('code', false, 30.0, 107.0)]);
411
411
  }
412
- protoOf(Companion).l12 = function () {
412
+ protoOf(Companion).m = function () {
413
413
  return 'Ansi16';
414
414
  };
415
- protoOf(Companion).b1k = function () {
416
- return this.a1k_1;
415
+ protoOf(Companion).f1k = function () {
416
+ return this.e1k_1;
417
417
  };
418
418
  var Companion_instance;
419
419
  function Companion_getInstance() {
@@ -423,38 +423,38 @@
423
423
  }
424
424
  function Ansi16(code) {
425
425
  Companion_getInstance();
426
- this.c1k_1 = code;
426
+ this.g1k_1 = code;
427
427
  }
428
- protoOf(Ansi16).c1j = function () {
428
+ protoOf(Ansi16).g1j = function () {
429
429
  return Companion_getInstance();
430
430
  };
431
- protoOf(Ansi16).d1j = function () {
432
- switch (this.c1k_1) {
431
+ protoOf(Ansi16).h1j = function () {
432
+ switch (this.g1k_1) {
433
433
  case 30:
434
434
  case 40:
435
- return Companion_getInstance_2().d1k(0.0, 0.0, 0.0);
435
+ return Companion_getInstance_2().h1k(0.0, 0.0, 0.0);
436
436
  case 90:
437
437
  case 100:
438
- return Companion_getInstance_2().e1k(128, 128, 128);
438
+ return Companion_getInstance_2().i1k(128, 128, 128);
439
439
  case 37:
440
440
  case 47:
441
- return Companion_getInstance_2().e1k(192, 192, 192);
441
+ return Companion_getInstance_2().i1k(192, 192, 192);
442
442
  case 97:
443
443
  case 107:
444
- return Companion_getInstance_2().d1k(1.0, 1.0, 1.0);
444
+ return Companion_getInstance_2().h1k(1.0, 1.0, 1.0);
445
445
  }
446
- var color = this.c1k_1 % 10 | 0;
447
- var mul = this.c1k_1 > 50 ? 1.0 : 0.5;
446
+ var color = this.g1k_1 % 10 | 0;
447
+ var mul = this.g1k_1 > 50 ? 1.0 : 0.5;
448
448
  var r = (color % 2 | 0) * mul;
449
449
  var g = ((color / 2 | 0) % 2 | 0) * mul;
450
450
  var b = ((color / 4 | 0) % 2 | 0) * mul;
451
- return Companion_getInstance_2().d1k(r, g, b);
451
+ return Companion_getInstance_2().h1k(r, g, b);
452
452
  };
453
453
  protoOf(Ansi16).toString = function () {
454
- return 'Ansi16(code=' + this.c1k_1 + ')';
454
+ return 'Ansi16(code=' + this.g1k_1 + ')';
455
455
  };
456
456
  protoOf(Ansi16).hashCode = function () {
457
- return this.c1k_1;
457
+ return this.g1k_1;
458
458
  };
459
459
  protoOf(Ansi16).equals = function (other) {
460
460
  if (this === other)
@@ -462,19 +462,19 @@
462
462
  if (!(other instanceof Ansi16))
463
463
  return false;
464
464
  var tmp0_other_with_cast = other instanceof Ansi16 ? other : THROW_CCE();
465
- if (!(this.c1k_1 === tmp0_other_with_cast.c1k_1))
465
+ if (!(this.g1k_1 === tmp0_other_with_cast.g1k_1))
466
466
  return false;
467
467
  return true;
468
468
  };
469
469
  function Companion_0() {
470
470
  Companion_instance_0 = this;
471
- this.f1k_1 = componentInfoList([new ColorComponentInfo('code', false, 0.0, 255.0)]);
471
+ this.j1k_1 = componentInfoList([new ColorComponentInfo('code', false, 0.0, 255.0)]);
472
472
  }
473
- protoOf(Companion_0).l12 = function () {
473
+ protoOf(Companion_0).m = function () {
474
474
  return 'Ansi256';
475
475
  };
476
- protoOf(Companion_0).b1k = function () {
477
- return this.f1k_1;
476
+ protoOf(Companion_0).f1k = function () {
477
+ return this.j1k_1;
478
478
  };
479
479
  var Companion_instance_0;
480
480
  function Companion_getInstance_0() {
@@ -484,19 +484,19 @@
484
484
  }
485
485
  function Ansi256(code) {
486
486
  Companion_getInstance_0();
487
- this.g1k_1 = code;
487
+ this.k1k_1 = code;
488
488
  }
489
- protoOf(Ansi256).c1j = function () {
489
+ protoOf(Ansi256).g1j = function () {
490
490
  return Companion_getInstance_0();
491
491
  };
492
- protoOf(Ansi256).d1j = function () {
493
- if (this.g1k_1 < 16)
494
- return this.h1k().d1j();
495
- if (this.g1k_1 >= 232) {
496
- var c = imul(this.g1k_1 - 232 | 0, 10) + 8 | 0;
497
- return Companion_getInstance_2().e1k(c, c, c);
492
+ protoOf(Ansi256).h1j = function () {
493
+ if (this.k1k_1 < 16)
494
+ return this.l1k().h1j();
495
+ if (this.k1k_1 >= 232) {
496
+ var c = imul(this.k1k_1 - 232 | 0, 10) + 8 | 0;
497
+ return Companion_getInstance_2().i1k(c, c, c);
498
498
  }
499
- var c_0 = this.g1k_1 - 16 | 0;
499
+ var c_0 = this.k1k_1 - 16 | 0;
500
500
  var rem = c_0 % 36 | 0;
501
501
  // Inline function 'kotlin.math.floor' call
502
502
  var x = c_0 / 36.0;
@@ -505,16 +505,16 @@
505
505
  var x_0 = rem / 6.0;
506
506
  var g = Math.floor(x_0) / 5.0;
507
507
  var b = (rem % 6 | 0) / 5.0;
508
- return Companion_getInstance_2().i1k(r, g, b);
508
+ return Companion_getInstance_2().m1k(r, g, b);
509
509
  };
510
- protoOf(Ansi256).h1k = function () {
511
- return this.g1k_1 < 8 ? new Ansi16(this.g1k_1 + 30 | 0) : this.g1k_1 < 16 ? new Ansi16((this.g1k_1 - 8 | 0) + 90 | 0) : this.d1j().h1k();
510
+ protoOf(Ansi256).l1k = function () {
511
+ return this.k1k_1 < 8 ? new Ansi16(this.k1k_1 + 30 | 0) : this.k1k_1 < 16 ? new Ansi16((this.k1k_1 - 8 | 0) + 90 | 0) : this.h1j().l1k();
512
512
  };
513
513
  protoOf(Ansi256).toString = function () {
514
- return 'Ansi256(code=' + this.g1k_1 + ')';
514
+ return 'Ansi256(code=' + this.k1k_1 + ')';
515
515
  };
516
516
  protoOf(Ansi256).hashCode = function () {
517
- return this.g1k_1;
517
+ return this.k1k_1;
518
518
  };
519
519
  protoOf(Ansi256).equals = function (other) {
520
520
  if (this === other)
@@ -522,19 +522,19 @@
522
522
  if (!(other instanceof Ansi256))
523
523
  return false;
524
524
  var tmp0_other_with_cast = other instanceof Ansi256 ? other : THROW_CCE();
525
- if (!(this.g1k_1 === tmp0_other_with_cast.g1k_1))
525
+ if (!(this.k1k_1 === tmp0_other_with_cast.k1k_1))
526
526
  return false;
527
527
  return true;
528
528
  };
529
529
  function Companion_1() {
530
530
  Companion_instance_1 = this;
531
- this.j1k_1 = polarComponentInfo('HSV', 0.0, 1.0);
531
+ this.n1k_1 = polarComponentInfo('HSV', 0.0, 1.0);
532
532
  }
533
- protoOf(Companion_1).l12 = function () {
533
+ protoOf(Companion_1).m = function () {
534
534
  return 'HSV';
535
535
  };
536
- protoOf(Companion_1).b1k = function () {
537
- return this.j1k_1;
536
+ protoOf(Companion_1).f1k = function () {
537
+ return this.n1k_1;
538
538
  };
539
539
  var Companion_instance_1;
540
540
  function Companion_getInstance_1() {
@@ -553,30 +553,30 @@
553
553
  function HSV(h, s, v, alpha) {
554
554
  Companion_getInstance_1();
555
555
  alpha = alpha === VOID ? 1.0 : alpha;
556
- this.k1k_1 = h;
557
- this.l1k_1 = s;
558
- this.m1k_1 = v;
559
- this.n1k_1 = alpha;
556
+ this.o1k_1 = h;
557
+ this.p1k_1 = s;
558
+ this.q1k_1 = v;
559
+ this.r1k_1 = alpha;
560
560
  }
561
- protoOf(HSV).c1j = function () {
561
+ protoOf(HSV).g1j = function () {
562
562
  return Companion_getInstance_1();
563
563
  };
564
- protoOf(HSV).d1j = function () {
565
- if (this.l1k_1 < 1.0E-7)
566
- return Companion_getInstance_2().p1k(this.m1k_1, this.m1k_1, this.m1k_1, this.n1k_1);
567
- var v = this.m1k_1;
568
- var h = normalizeDeg(this.k1k_1) / 60.0;
569
- var s = this.l1k_1;
570
- return SRGB_getInstance().p1k(toSRGB$f(h, v, s, 5), toSRGB$f(h, v, s, 3), toSRGB$f(h, v, s, 1), this.n1k_1);
564
+ protoOf(HSV).h1j = function () {
565
+ if (this.p1k_1 < 1.0E-7)
566
+ return Companion_getInstance_2().t1k(this.q1k_1, this.q1k_1, this.q1k_1, this.r1k_1);
567
+ var v = this.q1k_1;
568
+ var h = normalizeDeg(this.o1k_1) / 60.0;
569
+ var s = this.p1k_1;
570
+ return SRGB_getInstance().t1k(toSRGB$f(h, v, s, 5), toSRGB$f(h, v, s, 3), toSRGB$f(h, v, s, 1), this.r1k_1);
571
571
  };
572
572
  protoOf(HSV).toString = function () {
573
- return 'HSV(h=' + this.k1k_1 + ', s=' + this.l1k_1 + ', v=' + this.m1k_1 + ', alpha=' + this.n1k_1 + ')';
573
+ return 'HSV(h=' + this.o1k_1 + ', s=' + this.p1k_1 + ', v=' + this.q1k_1 + ', alpha=' + this.r1k_1 + ')';
574
574
  };
575
575
  protoOf(HSV).hashCode = function () {
576
- var result = getNumberHashCode(this.k1k_1);
577
- result = imul(result, 31) + getNumberHashCode(this.l1k_1) | 0;
578
- result = imul(result, 31) + getNumberHashCode(this.m1k_1) | 0;
579
- result = imul(result, 31) + getNumberHashCode(this.n1k_1) | 0;
576
+ var result = getNumberHashCode(this.o1k_1);
577
+ result = imul(result, 31) + getNumberHashCode(this.p1k_1) | 0;
578
+ result = imul(result, 31) + getNumberHashCode(this.q1k_1) | 0;
579
+ result = imul(result, 31) + getNumberHashCode(this.r1k_1) | 0;
580
580
  return result;
581
581
  };
582
582
  protoOf(HSV).equals = function (other) {
@@ -585,13 +585,13 @@
585
585
  if (!(other instanceof HSV))
586
586
  return false;
587
587
  var tmp0_other_with_cast = other instanceof HSV ? other : THROW_CCE();
588
- if (!equals(this.k1k_1, tmp0_other_with_cast.k1k_1))
588
+ if (!equals(this.o1k_1, tmp0_other_with_cast.o1k_1))
589
589
  return false;
590
- if (!equals(this.l1k_1, tmp0_other_with_cast.l1k_1))
590
+ if (!equals(this.p1k_1, tmp0_other_with_cast.p1k_1))
591
591
  return false;
592
- if (!equals(this.m1k_1, tmp0_other_with_cast.m1k_1))
592
+ if (!equals(this.q1k_1, tmp0_other_with_cast.q1k_1))
593
593
  return false;
594
- if (!equals(this.n1k_1, tmp0_other_with_cast.n1k_1))
594
+ if (!equals(this.r1k_1, tmp0_other_with_cast.r1k_1))
595
595
  return false;
596
596
  return true;
597
597
  };
@@ -633,43 +633,43 @@
633
633
  var ICTCP_LMS_TO_XYZ;
634
634
  function ICtCp() {
635
635
  }
636
- protoOf(ICtCp).v1k = function () {
637
- var fo = RGBColorSpaces_getInstance().d1l_1.i1l();
636
+ protoOf(ICtCp).z1k = function () {
637
+ var fo = RGBColorSpaces_getInstance().h1l_1.m1l();
638
638
  var tmp0 = get_ICTCP_ICTCP_to_LMS();
639
- var tmp2 = this.r1k_1;
640
- var tmp4 = this.s1k_1;
639
+ var tmp2 = this.v1k_1;
640
+ var tmp4 = this.w1k_1;
641
641
  // Inline function 'com.github.ajalt.colormath.internal.dot' call
642
- var v2 = this.t1k_1;
642
+ var v2 = this.x1k_1;
643
643
  var tmp0_0 = Matrix__get_impl_xogbpk(tmp0, 0, 0) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 0) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 0) * v2;
644
644
  var tmp2_0 = Matrix__get_impl_xogbpk(tmp0, 0, 1) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 1) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 1) * v2;
645
645
  var s = Matrix__get_impl_xogbpk(tmp0, 0, 2) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 2) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 2) * v2;
646
646
  var tmp0_1 = get_ICTCP_LMS_to_RGB();
647
- var tmp2_1 = PqNonlinearity_instance.r1l(tmp0_0);
648
- var tmp4_0 = PqNonlinearity_instance.r1l(tmp2_0);
647
+ var tmp2_1 = PqNonlinearity_instance.v1l(tmp0_0);
648
+ var tmp4_0 = PqNonlinearity_instance.v1l(tmp2_0);
649
649
  // Inline function 'com.github.ajalt.colormath.internal.dot' call
650
- var v2_0 = PqNonlinearity_instance.r1l(s);
650
+ var v2_0 = PqNonlinearity_instance.v1l(s);
651
651
  var tmp0_2 = Matrix__get_impl_xogbpk(tmp0_1, 0, 0) * tmp2_1 + Matrix__get_impl_xogbpk(tmp0_1, 1, 0) * tmp4_0 + Matrix__get_impl_xogbpk(tmp0_1, 2, 0) * v2_0;
652
652
  var tmp2_2 = Matrix__get_impl_xogbpk(tmp0_1, 0, 1) * tmp2_1 + Matrix__get_impl_xogbpk(tmp0_1, 1, 1) * tmp4_0 + Matrix__get_impl_xogbpk(tmp0_1, 2, 1) * v2_0;
653
653
  var b = Matrix__get_impl_xogbpk(tmp0_1, 0, 2) * tmp2_1 + Matrix__get_impl_xogbpk(tmp0_1, 1, 2) * tmp4_0 + Matrix__get_impl_xogbpk(tmp0_1, 2, 2) * v2_0;
654
- return RGBColorSpaces_getInstance().d1l_1.p1k(fo.s1l(tmp0_2), fo.s1l(tmp2_2), fo.s1l(b), this.u1k_1);
654
+ return RGBColorSpaces_getInstance().h1l_1.t1k(fo.w1l(tmp0_2), fo.w1l(tmp2_2), fo.w1l(b), this.y1k_1);
655
655
  };
656
656
  function PqNonlinearity() {
657
- this.j1l_1 = 0.1593017578125;
658
- this.k1l_1 = 78.84375;
659
- this.l1l_1 = 0.8359375;
660
- this.m1l_1 = 18.8515625;
661
- this.n1l_1 = 18.6875;
662
- this.o1l_1 = 10000.0;
663
- this.p1l_1 = 6.277394636015326;
664
- this.q1l_1 = 0.012683313515655966;
665
- }
666
- protoOf(PqNonlinearity).r1l = function (x) {
657
+ this.n1l_1 = 0.1593017578125;
658
+ this.o1l_1 = 78.84375;
659
+ this.p1l_1 = 0.8359375;
660
+ this.q1l_1 = 18.8515625;
661
+ this.r1l_1 = 18.6875;
662
+ this.s1l_1 = 10000.0;
663
+ this.t1l_1 = 6.277394636015326;
664
+ this.u1l_1 = 0.012683313515655966;
665
+ }
666
+ protoOf(PqNonlinearity).v1l = function (x) {
667
667
  var vp = spow(x, 0.012683313515655966);
668
668
  var n = coerceAtLeast(vp - 0.8359375, 0.0);
669
669
  var l = spow_0(n / (18.8515625 - 18.6875 * vp), 6.277394636015326);
670
670
  return 10000.0 * l;
671
671
  };
672
- protoOf(PqNonlinearity).s1l = function (x) {
672
+ protoOf(PqNonlinearity).w1l = function (x) {
673
673
  var yp = spow_0(x / 10000.0, 0.1593017578125);
674
674
  return spow_0((0.8359375 + 18.8515625 * yp) / (1.0 + 18.6875 * yp), 78.84375);
675
675
  };
@@ -693,43 +693,43 @@
693
693
  }
694
694
  function Companion_2() {
695
695
  Companion_instance_2 = this;
696
- this.o1k_1 = RGBColorSpaces_getInstance().w1k_1;
696
+ this.s1k_1 = RGBColorSpaces_getInstance().a1l_1;
697
697
  }
698
- protoOf(Companion_2).p1k = function (r, g, b, alpha) {
699
- return this.o1k_1.p1k(r, g, b, alpha);
698
+ protoOf(Companion_2).t1k = function (r, g, b, alpha) {
699
+ return this.s1k_1.t1k(r, g, b, alpha);
700
700
  };
701
- protoOf(Companion_2).t1l = function (r, g, b, alpha) {
702
- return this.o1k_1.t1l(r, g, b, alpha);
701
+ protoOf(Companion_2).x1l = function (r, g, b, alpha) {
702
+ return this.s1k_1.x1l(r, g, b, alpha);
703
703
  };
704
- protoOf(Companion_2).u1l = function (hex) {
705
- return this.o1k_1.u1l(hex);
704
+ protoOf(Companion_2).y1l = function (hex) {
705
+ return this.s1k_1.y1l(hex);
706
706
  };
707
- protoOf(Companion_2).v1l = function (r, g, b, alpha) {
708
- return this.o1k_1.v1l(r, g, b, alpha);
707
+ protoOf(Companion_2).z1l = function (r, g, b, alpha) {
708
+ return this.s1k_1.z1l(r, g, b, alpha);
709
709
  };
710
- protoOf(Companion_2).i1l = function () {
711
- return this.o1k_1.i1l();
710
+ protoOf(Companion_2).m1l = function () {
711
+ return this.s1k_1.m1l();
712
712
  };
713
- protoOf(Companion_2).w1l = function () {
714
- return this.o1k_1.w1l();
713
+ protoOf(Companion_2).a1m = function () {
714
+ return this.s1k_1.a1m();
715
715
  };
716
- protoOf(Companion_2).x1l = function () {
717
- return this.o1k_1.x1l();
716
+ protoOf(Companion_2).b1m = function () {
717
+ return this.s1k_1.b1m();
718
718
  };
719
- protoOf(Companion_2).y1l = function () {
720
- return this.o1k_1.y1l();
719
+ protoOf(Companion_2).c1m = function () {
720
+ return this.s1k_1.c1m();
721
721
  };
722
- protoOf(Companion_2).l12 = function () {
723
- return this.o1k_1.l12();
722
+ protoOf(Companion_2).m = function () {
723
+ return this.s1k_1.m();
724
724
  };
725
- protoOf(Companion_2).b1k = function () {
726
- return this.o1k_1.b1k();
725
+ protoOf(Companion_2).f1k = function () {
726
+ return this.s1k_1.f1k();
727
727
  };
728
728
  protoOf(Companion_2).equals = function (other) {
729
- return equals(RGBColorSpaces_getInstance().w1k_1, other);
729
+ return equals(RGBColorSpaces_getInstance().a1l_1, other);
730
730
  };
731
731
  protoOf(Companion_2).hashCode = function () {
732
- return hashCode(RGBColorSpaces_getInstance().w1k_1);
732
+ return hashCode(RGBColorSpaces_getInstance().a1l_1);
733
733
  };
734
734
  var Companion_instance_2;
735
735
  function Companion_getInstance_2() {
@@ -739,43 +739,43 @@
739
739
  }
740
740
  function RGB(r, g, b, alpha, space) {
741
741
  Companion_getInstance_2();
742
- this.f1j_1 = r;
743
- this.g1j_1 = g;
744
- this.h1j_1 = b;
745
- this.i1j_1 = alpha;
746
- this.j1j_1 = space;
742
+ this.j1j_1 = r;
743
+ this.k1j_1 = g;
744
+ this.l1j_1 = b;
745
+ this.m1j_1 = alpha;
746
+ this.n1j_1 = space;
747
747
  }
748
- protoOf(RGB).c1j = function () {
749
- return this.j1j_1;
748
+ protoOf(RGB).g1j = function () {
749
+ return this.n1j_1;
750
750
  };
751
- protoOf(RGB).z1l = function () {
751
+ protoOf(RGB).d1m = function () {
752
752
  // Inline function 'kotlin.math.roundToInt' call
753
- var this_0 = this.f1j_1 * 255;
753
+ var this_0 = this.j1j_1 * 255;
754
754
  return roundToInt(this_0);
755
755
  };
756
- protoOf(RGB).a1m = function () {
756
+ protoOf(RGB).e1m = function () {
757
757
  // Inline function 'kotlin.math.roundToInt' call
758
- var this_0 = this.g1j_1 * 255;
758
+ var this_0 = this.k1j_1 * 255;
759
759
  return roundToInt(this_0);
760
760
  };
761
- protoOf(RGB).b1m = function () {
761
+ protoOf(RGB).f1m = function () {
762
762
  // Inline function 'kotlin.math.roundToInt' call
763
- var this_0 = this.h1j_1 * 255;
763
+ var this_0 = this.l1j_1 * 255;
764
764
  return roundToInt(this_0);
765
765
  };
766
- protoOf(RGB).c1m = function (space) {
767
- var f = SRGB_getInstance().i1l();
768
- return equals(this.j1j_1, space) ? this : equals(this.j1j_1, SRGB_getInstance()) && equals(space, RGBColorSpaces_getInstance().x1k_1) ? space.p1k(f.r1l(this.f1j_1), f.r1l(this.g1j_1), f.r1l(this.h1j_1), this.i1j_1) : equals(this.j1j_1, RGBColorSpaces_getInstance().x1k_1) && equals(space, SRGB_getInstance()) ? space.p1k(f.s1l(this.f1j_1), f.s1l(this.g1j_1), f.s1l(this.h1j_1), this.i1j_1) : this.e1j().i1m(space);
766
+ protoOf(RGB).g1m = function (space) {
767
+ var f = SRGB_getInstance().m1l();
768
+ return equals(this.n1j_1, space) ? this : equals(this.n1j_1, SRGB_getInstance()) && equals(space, RGBColorSpaces_getInstance().b1l_1) ? space.t1k(f.v1l(this.j1j_1), f.v1l(this.k1j_1), f.v1l(this.l1j_1), this.m1j_1) : equals(this.n1j_1, RGBColorSpaces_getInstance().b1l_1) && equals(space, SRGB_getInstance()) ? space.t1k(f.w1l(this.j1j_1), f.w1l(this.k1j_1), f.w1l(this.l1j_1), this.m1j_1) : this.i1j().m1m(space);
769
769
  };
770
- protoOf(RGB).j1m = function () {
770
+ protoOf(RGB).n1m = function () {
771
771
  var tmp$ret$3;
772
772
  $l$block: {
773
773
  // Inline function 'com.github.ajalt.colormath.model.RGB.srgbHueMinMaxChroma' call
774
774
  // Inline function 'com.github.ajalt.colormath.model.RGB.toSRGB' call
775
- var $this$toSRGB = this.c1m(SRGB_getInstance());
776
- var r = $this$toSRGB.f1j_1;
777
- var g = $this$toSRGB.g1j_1;
778
- var b = $this$toSRGB.h1j_1;
775
+ var $this$toSRGB = this.g1m(SRGB_getInstance());
776
+ var r = $this$toSRGB.j1j_1;
777
+ var g = $this$toSRGB.k1j_1;
778
+ var b = $this$toSRGB.l1j_1;
779
779
  // Inline function 'kotlin.comparisons.minOf' call
780
780
  var min = Math.min(r, g, b);
781
781
  // Inline function 'kotlin.comparisons.maxOf' call
@@ -784,100 +784,100 @@
784
784
  var h = (chroma < 1.0E-7 ? NaN : r === max ? (g - b) / chroma : g === max ? 2 + (b - r) / chroma : b === max ? 4 + (r - g) / chroma : 0.0) * 60;
785
785
  var h_0 = normalizeDeg_0(h);
786
786
  var s = max === 0.0 ? 0.0 : chroma / max;
787
- tmp$ret$3 = new HSV(h_0, s, max, this.i1j_1);
787
+ tmp$ret$3 = new HSV(h_0, s, max, this.m1j_1);
788
788
  break $l$block;
789
789
  }
790
790
  return tmp$ret$3;
791
791
  };
792
- protoOf(RGB).e1j = function () {
793
- var f = this.j1j_1.i1l();
794
- var tmp0 = _Matrix___init__impl__q3kp4w(this.j1j_1.w1l());
795
- var tmp2 = f.r1l(this.f1j_1);
796
- var tmp4 = f.r1l(this.g1j_1);
792
+ protoOf(RGB).i1j = function () {
793
+ var f = this.n1j_1.m1l();
794
+ var tmp0 = _Matrix___init__impl__q3kp4w(this.n1j_1.a1m());
795
+ var tmp2 = f.v1l(this.j1j_1);
796
+ var tmp4 = f.v1l(this.k1j_1);
797
797
  // Inline function 'com.github.ajalt.colormath.internal.dot' call
798
- var v2 = f.r1l(this.h1j_1);
798
+ var v2 = f.v1l(this.l1j_1);
799
799
  var tmp0_0 = Matrix__get_impl_xogbpk(tmp0, 0, 0) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 0) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 0) * v2;
800
800
  var tmp2_0 = Matrix__get_impl_xogbpk(tmp0, 0, 1) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 1) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 1) * v2;
801
801
  var z = Matrix__get_impl_xogbpk(tmp0, 0, 2) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 2) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 2) * v2;
802
- return XYZColorSpace_0(this.j1j_1.y1l()).p1k(tmp0_0, tmp2_0, z, this.i1j_1);
802
+ return XYZColorSpace_0(this.n1j_1.c1m()).t1k(tmp0_0, tmp2_0, z, this.m1j_1);
803
803
  };
804
- protoOf(RGB).h1k = function () {
804
+ protoOf(RGB).l1k = function () {
805
805
  // Inline function 'com.github.ajalt.colormath.model.RGB.toSRGB' call
806
- var $this$toSRGB = this.c1m(SRGB_getInstance());
806
+ var $this$toSRGB = this.g1m(SRGB_getInstance());
807
807
  // Inline function 'kotlin.math.roundToInt' call
808
- var this_0 = $this$toSRGB.j1m().m1k_1 * 100;
808
+ var this_0 = $this$toSRGB.n1m().q1k_1 * 100;
809
809
  var value = roundToInt(this_0);
810
810
  if (value === 30)
811
811
  return new Ansi16(30);
812
812
  var v = value / 50 | 0;
813
813
  // Inline function 'kotlin.math.roundToInt' call
814
- var this_1 = $this$toSRGB.h1j_1;
814
+ var this_1 = $this$toSRGB.l1j_1;
815
815
  var tmp$ret$1 = roundToInt(this_1);
816
816
  var tmp = imul(tmp$ret$1, 4);
817
817
  // Inline function 'kotlin.math.roundToInt' call
818
- var this_2 = $this$toSRGB.g1j_1;
818
+ var this_2 = $this$toSRGB.k1j_1;
819
819
  var tmp$ret$2 = roundToInt(this_2);
820
820
  var tmp_0 = tmp | imul(tmp$ret$2, 2);
821
821
  // Inline function 'kotlin.math.roundToInt' call
822
- var this_3 = $this$toSRGB.f1j_1;
822
+ var this_3 = $this$toSRGB.j1j_1;
823
823
  var ansi = 30 + (tmp_0 | roundToInt(this_3)) | 0;
824
824
  return new Ansi16(v === 2 ? ansi + 60 | 0 : ansi);
825
825
  };
826
- protoOf(RGB).k1m = function () {
826
+ protoOf(RGB).o1m = function () {
827
827
  // Inline function 'com.github.ajalt.colormath.model.RGB.toSRGB' call
828
- var $this$toSRGB = this.c1m(SRGB_getInstance());
829
- var ri = $this$toSRGB.z1l();
830
- var gi = $this$toSRGB.a1m();
831
- var bi = $this$toSRGB.b1m();
828
+ var $this$toSRGB = this.g1m(SRGB_getInstance());
829
+ var ri = $this$toSRGB.d1m();
830
+ var gi = $this$toSRGB.e1m();
831
+ var bi = $this$toSRGB.f1m();
832
832
  var tmp;
833
833
  if (ri === gi && gi === bi) {
834
834
  tmp = ri < 8 ? 16 : ri > 248 ? 231 : roundToInt((ri - 8 | 0) / 247.0 * 24.0) + 232 | 0;
835
835
  } else {
836
836
  // Inline function 'kotlin.math.roundToInt' call
837
- var this_0 = $this$toSRGB.f1j_1 * 5;
837
+ var this_0 = $this$toSRGB.j1j_1 * 5;
838
838
  var tmp$ret$0 = roundToInt(this_0);
839
839
  var tmp_0 = 16 + imul(36, tmp$ret$0) | 0;
840
840
  // Inline function 'kotlin.math.roundToInt' call
841
- var this_1 = $this$toSRGB.g1j_1 * 5;
841
+ var this_1 = $this$toSRGB.k1j_1 * 5;
842
842
  var tmp$ret$1 = roundToInt(this_1);
843
843
  var tmp_1 = tmp_0 + imul(6, tmp$ret$1) | 0;
844
844
  // Inline function 'kotlin.math.roundToInt' call
845
- var this_2 = $this$toSRGB.h1j_1 * 5;
845
+ var this_2 = $this$toSRGB.l1j_1 * 5;
846
846
  tmp = tmp_1 + roundToInt(this_2) | 0;
847
847
  }
848
848
  var code = tmp;
849
849
  return new Ansi256(code);
850
850
  };
851
- protoOf(RGB).d1j = function () {
852
- return this.c1m(RGBColorSpaces_getInstance().w1k_1);
851
+ protoOf(RGB).h1j = function () {
852
+ return this.g1m(RGBColorSpaces_getInstance().a1l_1);
853
853
  };
854
- protoOf(RGB).l1m = function () {
855
- var tmp2 = this.f1j_1;
856
- var tmp4 = this.g1j_1;
857
- var tmp6 = this.h1j_1;
854
+ protoOf(RGB).p1m = function () {
855
+ var tmp2 = this.j1j_1;
856
+ var tmp4 = this.k1j_1;
857
+ var tmp6 = this.l1j_1;
858
858
  // Inline function 'com.github.ajalt.colormath.internal.clamp3' call
859
- var alpha = this.i1j_1;
860
- var _destruct__k2r9zo = this.c1j().b1k();
859
+ var alpha = this.m1j_1;
860
+ var _destruct__k2r9zo = this.g1j().f1k();
861
861
  // Inline function 'kotlin.collections.component1' call
862
- var c1 = _destruct__k2r9zo.r(0);
862
+ var c1 = _destruct__k2r9zo.e1(0);
863
863
  // Inline function 'kotlin.collections.component2' call
864
- var c2 = _destruct__k2r9zo.r(1);
864
+ var c2 = _destruct__k2r9zo.e1(1);
865
865
  // Inline function 'kotlin.collections.component3' call
866
- var c3 = _destruct__k2r9zo.r(2);
866
+ var c3 = _destruct__k2r9zo.e1(2);
867
867
  var tmp;
868
868
  var tmp_0;
869
869
  var tmp_1;
870
870
  var tmp_2;
871
- var containsLower = c1.m1j_1;
872
- if (tmp2 <= c1.n1j_1 ? containsLower <= tmp2 : false) {
873
- var containsLower_0 = c2.m1j_1;
874
- tmp_2 = tmp4 <= c2.n1j_1 ? containsLower_0 <= tmp4 : false;
871
+ var containsLower = c1.q1j_1;
872
+ if (tmp2 <= c1.r1j_1 ? containsLower <= tmp2 : false) {
873
+ var containsLower_0 = c2.q1j_1;
874
+ tmp_2 = tmp4 <= c2.r1j_1 ? containsLower_0 <= tmp4 : false;
875
875
  } else {
876
876
  tmp_2 = false;
877
877
  }
878
878
  if (tmp_2) {
879
- var containsLower_1 = c3.m1j_1;
880
- tmp_1 = tmp6 <= c3.n1j_1 ? containsLower_1 <= tmp6 : false;
879
+ var containsLower_1 = c3.q1j_1;
880
+ tmp_1 = tmp6 <= c3.r1j_1 ? containsLower_1 <= tmp6 : false;
881
881
  } else {
882
882
  tmp_1 = false;
883
883
  }
@@ -889,34 +889,34 @@
889
889
  if (tmp_0) {
890
890
  tmp = this;
891
891
  } else {
892
- var tmp2_0 = coerceIn(tmp2, c1.m1j_1, c1.n1j_1);
893
- var tmp4_0 = coerceIn(tmp4, c2.m1j_1, c2.n1j_1);
894
- var tmp6_0 = coerceIn(tmp6, c3.m1j_1, c3.n1j_1);
892
+ var tmp2_0 = coerceIn(tmp2, c1.q1j_1, c1.r1j_1);
893
+ var tmp4_0 = coerceIn(tmp4, c2.q1j_1, c2.r1j_1);
894
+ var tmp6_0 = coerceIn(tmp6, c3.q1j_1, c3.r1j_1);
895
895
  var p3 = coerceIn(alpha, 0.0, 1.0);
896
- tmp = this.m1m(tmp2_0, tmp4_0, tmp6_0, p3);
896
+ tmp = this.q1m(tmp2_0, tmp4_0, tmp6_0, p3);
897
897
  }
898
898
  return tmp;
899
899
  };
900
- protoOf(RGB).n1m = function (r, g, b, alpha, space) {
900
+ protoOf(RGB).r1m = function (r, g, b, alpha, space) {
901
901
  return new RGB(r, g, b, alpha, space);
902
902
  };
903
- protoOf(RGB).m1m = function (r, g, b, alpha, space, $super) {
904
- r = r === VOID ? this.f1j_1 : r;
905
- g = g === VOID ? this.g1j_1 : g;
906
- b = b === VOID ? this.h1j_1 : b;
907
- alpha = alpha === VOID ? this.i1j_1 : alpha;
908
- space = space === VOID ? this.j1j_1 : space;
909
- return $super === VOID ? this.n1m(r, g, b, alpha, space) : $super.n1m.call(this, r, g, b, alpha, space);
903
+ protoOf(RGB).q1m = function (r, g, b, alpha, space, $super) {
904
+ r = r === VOID ? this.j1j_1 : r;
905
+ g = g === VOID ? this.k1j_1 : g;
906
+ b = b === VOID ? this.l1j_1 : b;
907
+ alpha = alpha === VOID ? this.m1j_1 : alpha;
908
+ space = space === VOID ? this.n1j_1 : space;
909
+ return $super === VOID ? this.r1m(r, g, b, alpha, space) : $super.r1m.call(this, r, g, b, alpha, space);
910
910
  };
911
911
  protoOf(RGB).toString = function () {
912
- return 'RGB(r=' + this.f1j_1 + ', g=' + this.g1j_1 + ', b=' + this.h1j_1 + ', alpha=' + this.i1j_1 + ', space=' + toString(this.j1j_1) + ')';
912
+ return 'RGB(r=' + this.j1j_1 + ', g=' + this.k1j_1 + ', b=' + this.l1j_1 + ', alpha=' + this.m1j_1 + ', space=' + toString(this.n1j_1) + ')';
913
913
  };
914
914
  protoOf(RGB).hashCode = function () {
915
- var result = getNumberHashCode(this.f1j_1);
916
- result = imul(result, 31) + getNumberHashCode(this.g1j_1) | 0;
917
- result = imul(result, 31) + getNumberHashCode(this.h1j_1) | 0;
918
- result = imul(result, 31) + getNumberHashCode(this.i1j_1) | 0;
919
- result = imul(result, 31) + hashCode(this.j1j_1) | 0;
915
+ var result = getNumberHashCode(this.j1j_1);
916
+ result = imul(result, 31) + getNumberHashCode(this.k1j_1) | 0;
917
+ result = imul(result, 31) + getNumberHashCode(this.l1j_1) | 0;
918
+ result = imul(result, 31) + getNumberHashCode(this.m1j_1) | 0;
919
+ result = imul(result, 31) + hashCode(this.n1j_1) | 0;
920
920
  return result;
921
921
  };
922
922
  protoOf(RGB).equals = function (other) {
@@ -925,32 +925,32 @@
925
925
  if (!(other instanceof RGB))
926
926
  return false;
927
927
  var tmp0_other_with_cast = other instanceof RGB ? other : THROW_CCE();
928
- if (!equals(this.f1j_1, tmp0_other_with_cast.f1j_1))
928
+ if (!equals(this.j1j_1, tmp0_other_with_cast.j1j_1))
929
929
  return false;
930
- if (!equals(this.g1j_1, tmp0_other_with_cast.g1j_1))
930
+ if (!equals(this.k1j_1, tmp0_other_with_cast.k1j_1))
931
931
  return false;
932
- if (!equals(this.h1j_1, tmp0_other_with_cast.h1j_1))
932
+ if (!equals(this.l1j_1, tmp0_other_with_cast.l1j_1))
933
933
  return false;
934
- if (!equals(this.i1j_1, tmp0_other_with_cast.i1j_1))
934
+ if (!equals(this.m1j_1, tmp0_other_with_cast.m1j_1))
935
935
  return false;
936
- if (!equals(this.j1j_1, tmp0_other_with_cast.j1j_1))
936
+ if (!equals(this.n1j_1, tmp0_other_with_cast.n1j_1))
937
937
  return false;
938
938
  return true;
939
939
  };
940
940
  function GammaTransferFunctions(gamma) {
941
- this.o1m_1 = gamma;
941
+ this.s1m_1 = gamma;
942
942
  }
943
- protoOf(GammaTransferFunctions).r1l = function (x) {
944
- return spow(x, this.o1m_1);
943
+ protoOf(GammaTransferFunctions).v1l = function (x) {
944
+ return spow(x, this.s1m_1);
945
945
  };
946
- protoOf(GammaTransferFunctions).s1l = function (x) {
947
- return spow(x, 1.0 / this.o1m_1);
946
+ protoOf(GammaTransferFunctions).w1l = function (x) {
947
+ return spow(x, 1.0 / this.s1m_1);
948
948
  };
949
949
  protoOf(GammaTransferFunctions).toString = function () {
950
- return 'GammaTransferFunctions(gamma=' + this.o1m_1 + ')';
950
+ return 'GammaTransferFunctions(gamma=' + this.s1m_1 + ')';
951
951
  };
952
952
  protoOf(GammaTransferFunctions).hashCode = function () {
953
- return getNumberHashCode(this.o1m_1);
953
+ return getNumberHashCode(this.s1m_1);
954
954
  };
955
955
  protoOf(GammaTransferFunctions).equals = function (other) {
956
956
  if (this === other)
@@ -958,16 +958,16 @@
958
958
  if (!(other instanceof GammaTransferFunctions))
959
959
  return false;
960
960
  var tmp0_other_with_cast = other instanceof GammaTransferFunctions ? other : THROW_CCE();
961
- if (!equals(this.o1m_1, tmp0_other_with_cast.o1m_1))
961
+ if (!equals(this.s1m_1, tmp0_other_with_cast.s1m_1))
962
962
  return false;
963
963
  return true;
964
964
  };
965
965
  function LinearTransferFunctions() {
966
966
  }
967
- protoOf(LinearTransferFunctions).r1l = function (x) {
967
+ protoOf(LinearTransferFunctions).v1l = function (x) {
968
968
  return x;
969
969
  };
970
- protoOf(LinearTransferFunctions).s1l = function (x) {
970
+ protoOf(LinearTransferFunctions).w1l = function (x) {
971
971
  return x;
972
972
  };
973
973
  var LinearTransferFunctions_instance;
@@ -1056,43 +1056,43 @@
1056
1056
  var ACES_AP1_B;
1057
1057
  function SRGB() {
1058
1058
  SRGB_instance = this;
1059
- this.q1k_1 = RGBColorSpaces_getInstance().w1k_1;
1059
+ this.u1k_1 = RGBColorSpaces_getInstance().a1l_1;
1060
1060
  }
1061
- protoOf(SRGB).p1k = function (r, g, b, alpha) {
1062
- return this.q1k_1.p1k(r, g, b, alpha);
1061
+ protoOf(SRGB).t1k = function (r, g, b, alpha) {
1062
+ return this.u1k_1.t1k(r, g, b, alpha);
1063
1063
  };
1064
- protoOf(SRGB).t1l = function (r, g, b, alpha) {
1065
- return this.q1k_1.t1l(r, g, b, alpha);
1064
+ protoOf(SRGB).x1l = function (r, g, b, alpha) {
1065
+ return this.u1k_1.x1l(r, g, b, alpha);
1066
1066
  };
1067
- protoOf(SRGB).u1l = function (hex) {
1068
- return this.q1k_1.u1l(hex);
1067
+ protoOf(SRGB).y1l = function (hex) {
1068
+ return this.u1k_1.y1l(hex);
1069
1069
  };
1070
- protoOf(SRGB).v1l = function (r, g, b, alpha) {
1071
- return this.q1k_1.v1l(r, g, b, alpha);
1070
+ protoOf(SRGB).z1l = function (r, g, b, alpha) {
1071
+ return this.u1k_1.z1l(r, g, b, alpha);
1072
1072
  };
1073
- protoOf(SRGB).i1l = function () {
1074
- return this.q1k_1.i1l();
1073
+ protoOf(SRGB).m1l = function () {
1074
+ return this.u1k_1.m1l();
1075
1075
  };
1076
- protoOf(SRGB).w1l = function () {
1077
- return this.q1k_1.w1l();
1076
+ protoOf(SRGB).a1m = function () {
1077
+ return this.u1k_1.a1m();
1078
1078
  };
1079
- protoOf(SRGB).x1l = function () {
1080
- return this.q1k_1.x1l();
1079
+ protoOf(SRGB).b1m = function () {
1080
+ return this.u1k_1.b1m();
1081
1081
  };
1082
- protoOf(SRGB).y1l = function () {
1083
- return this.q1k_1.y1l();
1082
+ protoOf(SRGB).c1m = function () {
1083
+ return this.u1k_1.c1m();
1084
1084
  };
1085
- protoOf(SRGB).l12 = function () {
1086
- return this.q1k_1.l12();
1085
+ protoOf(SRGB).m = function () {
1086
+ return this.u1k_1.m();
1087
1087
  };
1088
- protoOf(SRGB).b1k = function () {
1089
- return this.q1k_1.b1k();
1088
+ protoOf(SRGB).f1k = function () {
1089
+ return this.u1k_1.f1k();
1090
1090
  };
1091
1091
  protoOf(SRGB).equals = function (other) {
1092
- return equals(RGBColorSpaces_getInstance().w1k_1, other);
1092
+ return equals(RGBColorSpaces_getInstance().a1l_1, other);
1093
1093
  };
1094
1094
  protoOf(SRGB).hashCode = function () {
1095
- return hashCode(RGBColorSpaces_getInstance().w1k_1);
1095
+ return hashCode(RGBColorSpaces_getInstance().a1l_1);
1096
1096
  };
1097
1097
  protoOf(SRGB).toString = function () {
1098
1098
  return 'sRGB';
@@ -1104,17 +1104,17 @@
1104
1104
  return SRGB_instance;
1105
1105
  }
1106
1106
  function RGBColorSpaces$SRGB$lambda($this$RGBColorSpaceImpl, it) {
1107
- return it.d1j();
1107
+ return it.h1j();
1108
1108
  }
1109
1109
  function RGBColorSpaces$BT2020$lambda($this$RGBColorSpaceImpl, color) {
1110
1110
  var tmp;
1111
1111
  if (color instanceof RGB) {
1112
- tmp = color.c1m($this$RGBColorSpaceImpl);
1112
+ tmp = color.g1m($this$RGBColorSpaceImpl);
1113
1113
  } else {
1114
1114
  if (color instanceof ICtCp) {
1115
- tmp = color.v1k();
1115
+ tmp = color.z1k();
1116
1116
  } else {
1117
- tmp = color.e1j().i1m($this$RGBColorSpaceImpl);
1117
+ tmp = color.i1j().m1m($this$RGBColorSpaceImpl);
1118
1118
  }
1119
1119
  }
1120
1120
  return tmp;
@@ -1122,29 +1122,29 @@
1122
1122
  function RGBColorSpaces() {
1123
1123
  RGBColorSpaces_instance = this;
1124
1124
  var tmp = this;
1125
- var tmp_0 = Illuminant_getInstance().v1j_1;
1125
+ var tmp_0 = Illuminant_getInstance().z1j_1;
1126
1126
  var tmp_1 = SRGBTransferFunctions_instance;
1127
1127
  var tmp_2 = get_SRGB_R();
1128
1128
  var tmp_3 = get_SRGB_G();
1129
1129
  var tmp_4 = get_SRGB_B();
1130
- tmp.w1k_1 = new RGBColorSpaceImpl('sRGB', tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, RGBColorSpaces$SRGB$lambda);
1131
- this.x1k_1 = RGBColorSpace_0('Linear sRGB', Illuminant_getInstance().v1j_1, LinearTransferFunctions_instance, get_SRGB_R(), get_SRGB_G(), get_SRGB_B());
1132
- this.y1k_1 = RGBColorSpace_0('ACES2065-1', get_ACES_WHITE_POINT(), LinearTransferFunctions_instance, get_ACES_AP0_R(), get_ACES_AP0_G(), get_ACES_AP0_B());
1133
- this.z1k_1 = RGBColorSpace_0('ACEScc', get_ACES_WHITE_POINT(), ACESccTransferFunctions_getInstance(), get_ACES_AP1_R(), get_ACES_AP1_G(), get_ACES_AP1_B());
1134
- this.a1l_1 = RGBColorSpace_0('ACEScct', get_ACES_WHITE_POINT(), ACEScctTransferFunctions_getInstance(), get_ACES_AP1_R(), get_ACES_AP1_G(), get_ACES_AP1_B());
1135
- this.b1l_1 = RGBColorSpace_0('ACEScg', get_ACES_WHITE_POINT(), LinearTransferFunctions_instance, get_ACES_AP1_R(), get_ACES_AP1_G(), get_ACES_AP1_B());
1136
- this.c1l_1 = RGBColorSpace_0('Adobe RGB', Illuminant_getInstance().v1j_1, new GammaTransferFunctions(2.19921875), xyY_init_$Create$(0.64, 0.33), xyY_init_$Create$(0.21, 0.71), xyY_init_$Create$(0.15, 0.06));
1130
+ tmp.a1l_1 = new RGBColorSpaceImpl('sRGB', tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, RGBColorSpaces$SRGB$lambda);
1131
+ this.b1l_1 = RGBColorSpace_0('Linear sRGB', Illuminant_getInstance().z1j_1, LinearTransferFunctions_instance, get_SRGB_R(), get_SRGB_G(), get_SRGB_B());
1132
+ this.c1l_1 = RGBColorSpace_0('ACES2065-1', get_ACES_WHITE_POINT(), LinearTransferFunctions_instance, get_ACES_AP0_R(), get_ACES_AP0_G(), get_ACES_AP0_B());
1133
+ this.d1l_1 = RGBColorSpace_0('ACEScc', get_ACES_WHITE_POINT(), ACESccTransferFunctions_getInstance(), get_ACES_AP1_R(), get_ACES_AP1_G(), get_ACES_AP1_B());
1134
+ this.e1l_1 = RGBColorSpace_0('ACEScct', get_ACES_WHITE_POINT(), ACEScctTransferFunctions_getInstance(), get_ACES_AP1_R(), get_ACES_AP1_G(), get_ACES_AP1_B());
1135
+ this.f1l_1 = RGBColorSpace_0('ACEScg', get_ACES_WHITE_POINT(), LinearTransferFunctions_instance, get_ACES_AP1_R(), get_ACES_AP1_G(), get_ACES_AP1_B());
1136
+ this.g1l_1 = RGBColorSpace_0('Adobe RGB', Illuminant_getInstance().z1j_1, new GammaTransferFunctions(2.19921875), xyY_init_$Create$(0.64, 0.33), xyY_init_$Create$(0.21, 0.71), xyY_init_$Create$(0.15, 0.06));
1137
1137
  var tmp_5 = this;
1138
- var tmp_6 = Illuminant_getInstance().v1j_1;
1138
+ var tmp_6 = Illuminant_getInstance().z1j_1;
1139
1139
  var tmp_7 = BT2020TransferFunctions_getInstance();
1140
1140
  var tmp_8 = xyY_init_$Create$(0.708, 0.292);
1141
1141
  var tmp_9 = xyY_init_$Create$(0.17, 0.797);
1142
1142
  var tmp_10 = xyY_init_$Create$(0.131, 0.046);
1143
- tmp_5.d1l_1 = new RGBColorSpaceImpl('BT.2020', tmp_6, tmp_7, tmp_8, tmp_9, tmp_10, RGBColorSpaces$BT2020$lambda);
1144
- this.e1l_1 = RGBColorSpace_0('BT.709', Illuminant_getInstance().v1j_1, BT709TransferFunctions_getInstance(), xyY_init_$Create$(0.64, 0.33), xyY_init_$Create$(0.3, 0.6), xyY_init_$Create$(0.15, 0.06));
1145
- this.f1l_1 = RGBColorSpace_0('DCI P3', new WhitePoint('DCI P3', xyY_init_$Create$(0.314, 0.351)), new GammaTransferFunctions(2.6), xyY_init_$Create$(0.68, 0.32), xyY_init_$Create$(0.265, 0.69), xyY_init_$Create$(0.15, 0.06));
1146
- this.g1l_1 = RGBColorSpace_0('Display P3', Illuminant_getInstance().v1j_1, SRGBTransferFunctions_instance, xyY_init_$Create$(0.68, 0.32), xyY_init_$Create$(0.265, 0.69), xyY_init_$Create$(0.15, 0.06));
1147
- this.h1l_1 = RGBColorSpace_0('ROMM RGB', Illuminant_getInstance().t1j_1, ROMMTransferFunctions_instance, xyY_init_$Create$(0.7347, 0.2653), xyY_init_$Create$(0.1596, 0.8404), xyY_init_$Create$(0.0366, 1.0E-4));
1143
+ tmp_5.h1l_1 = new RGBColorSpaceImpl('BT.2020', tmp_6, tmp_7, tmp_8, tmp_9, tmp_10, RGBColorSpaces$BT2020$lambda);
1144
+ this.i1l_1 = RGBColorSpace_0('BT.709', Illuminant_getInstance().z1j_1, BT709TransferFunctions_getInstance(), xyY_init_$Create$(0.64, 0.33), xyY_init_$Create$(0.3, 0.6), xyY_init_$Create$(0.15, 0.06));
1145
+ this.j1l_1 = RGBColorSpace_0('DCI P3', new WhitePoint('DCI P3', xyY_init_$Create$(0.314, 0.351)), new GammaTransferFunctions(2.6), xyY_init_$Create$(0.68, 0.32), xyY_init_$Create$(0.265, 0.69), xyY_init_$Create$(0.15, 0.06));
1146
+ this.k1l_1 = RGBColorSpace_0('Display P3', Illuminant_getInstance().z1j_1, SRGBTransferFunctions_instance, xyY_init_$Create$(0.68, 0.32), xyY_init_$Create$(0.265, 0.69), xyY_init_$Create$(0.15, 0.06));
1147
+ this.l1l_1 = RGBColorSpace_0('ROMM RGB', Illuminant_getInstance().x1j_1, ROMMTransferFunctions_instance, xyY_init_$Create$(0.7347, 0.2653), xyY_init_$Create$(0.1596, 0.8404), xyY_init_$Create$(0.0366, 1.0E-4));
1148
1148
  }
1149
1149
  var RGBColorSpaces_instance;
1150
1150
  function RGBColorSpaces_getInstance() {
@@ -1153,39 +1153,39 @@
1153
1153
  return RGBColorSpaces_instance;
1154
1154
  }
1155
1155
  function RGBColorSpaceImpl(name, whitePoint, transferFunctions, r, g, b, convertImpl) {
1156
- this.p1m_1 = name;
1157
- this.q1m_1 = whitePoint;
1158
- this.r1m_1 = transferFunctions;
1159
- this.s1m_1 = r;
1160
- this.t1m_1 = g;
1161
- this.u1m_1 = b;
1162
- this.v1m_1 = convertImpl;
1163
- this.w1m_1 = zeroOneComponentInfo('RGB');
1164
- this.x1m_1 = _Matrix___get_rowMajor__impl__vmgxkq(rgbToXyzMatrix(this.q1m_1, this.s1m_1, this.t1m_1, this.u1m_1));
1165
- this.y1m_1 = _Matrix___get_rowMajor__impl__vmgxkq(inverse(_Matrix___init__impl__q3kp4w(this.x1m_1)));
1156
+ this.t1m_1 = name;
1157
+ this.u1m_1 = whitePoint;
1158
+ this.v1m_1 = transferFunctions;
1159
+ this.w1m_1 = r;
1160
+ this.x1m_1 = g;
1161
+ this.y1m_1 = b;
1162
+ this.z1m_1 = convertImpl;
1163
+ this.a1n_1 = zeroOneComponentInfo('RGB');
1164
+ this.b1n_1 = _Matrix___get_rowMajor__impl__vmgxkq(rgbToXyzMatrix(this.u1m_1, this.w1m_1, this.x1m_1, this.y1m_1));
1165
+ this.c1n_1 = _Matrix___get_rowMajor__impl__vmgxkq(inverse(_Matrix___init__impl__q3kp4w(this.b1n_1)));
1166
1166
  }
1167
- protoOf(RGBColorSpaceImpl).l12 = function () {
1168
- return this.p1m_1;
1167
+ protoOf(RGBColorSpaceImpl).m = function () {
1168
+ return this.t1m_1;
1169
1169
  };
1170
- protoOf(RGBColorSpaceImpl).y1l = function () {
1171
- return this.q1m_1;
1170
+ protoOf(RGBColorSpaceImpl).c1m = function () {
1171
+ return this.u1m_1;
1172
1172
  };
1173
- protoOf(RGBColorSpaceImpl).i1l = function () {
1174
- return this.r1m_1;
1173
+ protoOf(RGBColorSpaceImpl).m1l = function () {
1174
+ return this.v1m_1;
1175
1175
  };
1176
- protoOf(RGBColorSpaceImpl).b1k = function () {
1177
- return this.w1m_1;
1176
+ protoOf(RGBColorSpaceImpl).f1k = function () {
1177
+ return this.a1n_1;
1178
1178
  };
1179
- protoOf(RGBColorSpaceImpl).w1l = function () {
1180
- return this.x1m_1;
1179
+ protoOf(RGBColorSpaceImpl).a1m = function () {
1180
+ return this.b1n_1;
1181
1181
  };
1182
- protoOf(RGBColorSpaceImpl).x1l = function () {
1183
- return this.y1m_1;
1182
+ protoOf(RGBColorSpaceImpl).b1m = function () {
1183
+ return this.c1n_1;
1184
1184
  };
1185
1185
  protoOf(RGBColorSpaceImpl).toString = function () {
1186
- return this.p1m_1;
1186
+ return this.t1m_1;
1187
1187
  };
1188
- protoOf(RGBColorSpaceImpl).p1k = function (r, g, b, alpha) {
1188
+ protoOf(RGBColorSpaceImpl).t1k = function (r, g, b, alpha) {
1189
1189
  return new RGB(r, g, b, alpha, this);
1190
1190
  };
1191
1191
  protoOf(RGBColorSpaceImpl).equals = function (other) {
@@ -1193,42 +1193,42 @@
1193
1193
  return true;
1194
1194
  if (!(!(other == null) ? isInterface(other, RGBColorSpace) : false))
1195
1195
  return false;
1196
- if (!(this.p1m_1 === other.l12()))
1196
+ if (!(this.t1m_1 === other.m()))
1197
1197
  return false;
1198
- if (!this.q1m_1.equals(other.y1l()))
1198
+ if (!this.u1m_1.equals(other.c1m()))
1199
1199
  return false;
1200
- if (!equals(this.r1m_1, other.i1l()))
1200
+ if (!equals(this.v1m_1, other.m1l()))
1201
1201
  return false;
1202
1202
  if (other instanceof RGBColorSpaceImpl) {
1203
- if (!this.s1m_1.equals(other.s1m_1))
1203
+ if (!this.w1m_1.equals(other.w1m_1))
1204
1204
  return false;
1205
- if (!this.t1m_1.equals(other.t1m_1))
1205
+ if (!this.x1m_1.equals(other.x1m_1))
1206
1206
  return false;
1207
- if (!this.u1m_1.equals(other.u1m_1))
1207
+ if (!this.y1m_1.equals(other.y1m_1))
1208
1208
  return false;
1209
1209
  } else {
1210
- if (!contentEquals(this.x1m_1, other.w1l()))
1210
+ if (!contentEquals(this.b1n_1, other.a1m()))
1211
1211
  return false;
1212
- if (!contentEquals(this.y1m_1, other.x1l()))
1212
+ if (!contentEquals(this.c1n_1, other.b1m()))
1213
1213
  return false;
1214
1214
  }
1215
1215
  return true;
1216
1216
  };
1217
1217
  protoOf(RGBColorSpaceImpl).hashCode = function () {
1218
- var result = getStringHashCode(this.p1m_1);
1219
- result = imul(31, result) + this.q1m_1.hashCode() | 0;
1220
- result = imul(31, result) + hashCode(this.r1m_1) | 0;
1221
- result = imul(31, result) + this.s1m_1.hashCode() | 0;
1222
- result = imul(31, result) + this.t1m_1.hashCode() | 0;
1218
+ var result = getStringHashCode(this.t1m_1);
1223
1219
  result = imul(31, result) + this.u1m_1.hashCode() | 0;
1220
+ result = imul(31, result) + hashCode(this.v1m_1) | 0;
1221
+ result = imul(31, result) + this.w1m_1.hashCode() | 0;
1222
+ result = imul(31, result) + this.x1m_1.hashCode() | 0;
1223
+ result = imul(31, result) + this.y1m_1.hashCode() | 0;
1224
1224
  return result;
1225
1225
  };
1226
1226
  function SRGBTransferFunctions() {
1227
1227
  }
1228
- protoOf(SRGBTransferFunctions).s1l = function (x) {
1228
+ protoOf(SRGBTransferFunctions).w1l = function (x) {
1229
1229
  return x <= 0.0031308 ? x * 12.92 : 1.055 * spow(x, 1 / 2.4) - 0.055;
1230
1230
  };
1231
- protoOf(SRGBTransferFunctions).r1l = function (x) {
1231
+ protoOf(SRGBTransferFunctions).v1l = function (x) {
1232
1232
  return x <= 0.04045 ? x / 12.92 : spow_0((x + 0.055) / 1.055, 2.4);
1233
1233
  };
1234
1234
  var SRGBTransferFunctions_instance;
@@ -1241,18 +1241,18 @@
1241
1241
  }
1242
1242
  function ACESccTransferFunctions() {
1243
1243
  ACESccTransferFunctions_instance = this;
1244
- this.z1m_1 = 3.0517578125E-5;
1245
- this.a1n_1 = 1.52587890625E-5;
1246
- this.b1n_1 = -0.3013698630136986;
1244
+ this.d1n_1 = 3.0517578125E-5;
1245
+ this.e1n_1 = 1.52587890625E-5;
1246
+ this.f1n_1 = -0.3013698630136986;
1247
1247
  var tmp = this;
1248
1248
  // Inline function 'kotlin.math.log2' call
1249
- tmp.c1n_1 = (log2(65504.0) + 9.72) / 17.52;
1249
+ tmp.g1n_1 = (log2(65504.0) + 9.72) / 17.52;
1250
1250
  }
1251
- protoOf(ACESccTransferFunctions).r1l = function (x) {
1251
+ protoOf(ACESccTransferFunctions).v1l = function (x) {
1252
1252
  var tmp;
1253
1253
  if (x <= -0.3013698630136986) {
1254
1254
  tmp = (spow_0(2.0, x * 17.52 - 9.72) - 1.52587890625E-5) * 2.0;
1255
- } else if (x < this.c1n_1) {
1255
+ } else if (x < this.g1n_1) {
1256
1256
  // Inline function 'kotlin.math.pow' call
1257
1257
  var x_0 = x * 17.52 - 9.72;
1258
1258
  tmp = Math.pow(2.0, x_0);
@@ -1261,7 +1261,7 @@
1261
1261
  }
1262
1262
  return tmp;
1263
1263
  };
1264
- protoOf(ACESccTransferFunctions).s1l = function (x) {
1264
+ protoOf(ACESccTransferFunctions).w1l = function (x) {
1265
1265
  var tmp;
1266
1266
  if (x < 3.0517578125E-5) {
1267
1267
  // Inline function 'kotlin.math.log2' call
@@ -1281,17 +1281,17 @@
1281
1281
  }
1282
1282
  function ACEScctTransferFunctions() {
1283
1283
  ACEScctTransferFunctions_instance = this;
1284
- this.d1n_1 = 10.5402377416545;
1285
- this.e1n_1 = 0.0729055341958355;
1284
+ this.h1n_1 = 10.5402377416545;
1285
+ this.i1n_1 = 0.0729055341958355;
1286
1286
  var tmp = this;
1287
1287
  // Inline function 'kotlin.math.log2' call
1288
- tmp.f1n_1 = (log2(65504.0) + 9.72) / 17.52;
1288
+ tmp.j1n_1 = (log2(65504.0) + 9.72) / 17.52;
1289
1289
  }
1290
- protoOf(ACEScctTransferFunctions).r1l = function (x) {
1290
+ protoOf(ACEScctTransferFunctions).v1l = function (x) {
1291
1291
  var tmp;
1292
1292
  if (x <= 0.155251141552511) {
1293
1293
  tmp = (x - 0.0729055341958355) / 10.5402377416545;
1294
- } else if (x < this.f1n_1) {
1294
+ } else if (x < this.j1n_1) {
1295
1295
  // Inline function 'kotlin.math.pow' call
1296
1296
  var x_0 = x * 17.52 - 9.72;
1297
1297
  tmp = Math.pow(2.0, x_0);
@@ -1300,7 +1300,7 @@
1300
1300
  }
1301
1301
  return tmp;
1302
1302
  };
1303
- protoOf(ACEScctTransferFunctions).s1l = function (x) {
1303
+ protoOf(ACEScctTransferFunctions).w1l = function (x) {
1304
1304
  var tmp;
1305
1305
  if (x < 0.0078125) {
1306
1306
  tmp = 10.5402377416545 * x + 0.0729055341958355;
@@ -1318,16 +1318,16 @@
1318
1318
  }
1319
1319
  function BT2020TransferFunctions() {
1320
1320
  BT2020TransferFunctions_instance = this;
1321
- this.g1n_1 = 1.0993;
1322
- this.h1n_1 = 0.0181;
1321
+ this.k1n_1 = 1.0993;
1322
+ this.l1n_1 = 0.0181;
1323
1323
  var tmp = this;
1324
1324
  // Inline function 'kotlin.math.pow' call
1325
- tmp.i1n_1 = 1.0993 * Math.pow(0.0181, 0.45) - (1.0993 - 1);
1325
+ tmp.m1n_1 = 1.0993 * Math.pow(0.0181, 0.45) - (1.0993 - 1);
1326
1326
  }
1327
- protoOf(BT2020TransferFunctions).r1l = function (x) {
1328
- return numberToDouble(x < this.i1n_1 ? x / 4.5 : spow_0((x + (1.0993 - 1)) / 1.0993, 1 / 0.45));
1327
+ protoOf(BT2020TransferFunctions).v1l = function (x) {
1328
+ return numberToDouble(x < this.m1n_1 ? x / 4.5 : spow_0((x + (1.0993 - 1)) / 1.0993, 1 / 0.45));
1329
1329
  };
1330
- protoOf(BT2020TransferFunctions).s1l = function (x) {
1330
+ protoOf(BT2020TransferFunctions).w1l = function (x) {
1331
1331
  return x < 0.0181 ? 4.5 * x : 1.0993 * spow(x, 0.45) - (1.0993 - 1);
1332
1332
  };
1333
1333
  var BT2020TransferFunctions_instance;
@@ -1338,12 +1338,12 @@
1338
1338
  }
1339
1339
  function BT709TransferFunctions() {
1340
1340
  BT709TransferFunctions_instance = this;
1341
- this.j1n_1 = 1.099 * spow_0(0.018, 0.45) - 0.099;
1341
+ this.n1n_1 = 1.099 * spow_0(0.018, 0.45) - 0.099;
1342
1342
  }
1343
- protoOf(BT709TransferFunctions).r1l = function (x) {
1344
- return numberToDouble(x < this.j1n_1 ? x / 4.5 : spow_0((x + 0.099) / 1.099, 1 / 0.45));
1343
+ protoOf(BT709TransferFunctions).v1l = function (x) {
1344
+ return numberToDouble(x < this.n1n_1 ? x / 4.5 : spow_0((x + 0.099) / 1.099, 1 / 0.45));
1345
1345
  };
1346
- protoOf(BT709TransferFunctions).s1l = function (x) {
1346
+ protoOf(BT709TransferFunctions).w1l = function (x) {
1347
1347
  return x < 0.018 ? 4.5 * x : 1.099 * spow(x, 0.45) - 0.099;
1348
1348
  };
1349
1349
  var BT709TransferFunctions_instance;
@@ -1353,12 +1353,12 @@
1353
1353
  return BT709TransferFunctions_instance;
1354
1354
  }
1355
1355
  function ROMMTransferFunctions() {
1356
- this.k1n_1 = 0.001953;
1356
+ this.o1n_1 = 0.001953;
1357
1357
  }
1358
- protoOf(ROMMTransferFunctions).r1l = function (x) {
1358
+ protoOf(ROMMTransferFunctions).v1l = function (x) {
1359
1359
  return x < 16 * 0.001953 ? x / 16.0 : spow(x, 1.8);
1360
1360
  };
1361
- protoOf(ROMMTransferFunctions).s1l = function (x) {
1361
+ protoOf(ROMMTransferFunctions).w1l = function (x) {
1362
1362
  return x < 0.001953 ? x * 16.0 : spow(x, 1.0 / 1.8);
1363
1363
  };
1364
1364
  var ROMMTransferFunctions_instance;
@@ -1367,13 +1367,13 @@
1367
1367
  }
1368
1368
  function rgbToXyzMatrix(whitePoint, r, g, b) {
1369
1369
  _init_properties_RGBColorSpaces_kt__nc9fsz();
1370
- var primaries = _Matrix___init__impl__q3kp4w_0(r.l1n_1, g.l1n_1, b.l1n_1, r.m1n_1, g.m1n_1, b.m1n_1, r.o1n(), g.o1n(), b.o1n());
1371
- var wp = whitePoint.p1j_1;
1370
+ var primaries = _Matrix___init__impl__q3kp4w_0(r.p1n_1, g.p1n_1, b.p1n_1, r.q1n_1, g.q1n_1, b.q1n_1, r.s1n(), g.s1n(), b.s1n());
1371
+ var wp = whitePoint.t1j_1;
1372
1372
  var tmp0 = inverse(primaries);
1373
- var tmp2 = wp.p1n();
1374
- var tmp4 = wp.n1n_1;
1373
+ var tmp2 = wp.t1n();
1374
+ var tmp4 = wp.r1n_1;
1375
1375
  // Inline function 'com.github.ajalt.colormath.internal.dot' call
1376
- var v2 = wp.q1n();
1376
+ var v2 = wp.u1n();
1377
1377
  var tmp0_0 = Matrix__get_impl_xogbpk(tmp0, 0, 0) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 0) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 0) * v2;
1378
1378
  var tmp2_0 = Matrix__get_impl_xogbpk(tmp0, 0, 1) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 1) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 1) * v2;
1379
1379
  var z = Matrix__get_impl_xogbpk(tmp0, 0, 2) * tmp2 + Matrix__get_impl_xogbpk(tmp0, 1, 2) * tmp4 + Matrix__get_impl_xogbpk(tmp0, 2, 2) * v2;
@@ -1383,9 +1383,9 @@
1383
1383
  _init_properties_RGBColorSpaces_kt__nc9fsz();
1384
1384
  var tmp;
1385
1385
  if (color instanceof RGB) {
1386
- tmp = color.c1m($this$RGBColorSpaceImpl);
1386
+ tmp = color.g1m($this$RGBColorSpaceImpl);
1387
1387
  } else {
1388
- tmp = color.e1j().i1m($this$RGBColorSpaceImpl);
1388
+ tmp = color.i1j().m1m($this$RGBColorSpaceImpl);
1389
1389
  }
1390
1390
  return tmp;
1391
1391
  }
@@ -1407,25 +1407,25 @@
1407
1407
  }
1408
1408
  function Companion_3() {
1409
1409
  Companion_instance_3 = this;
1410
- this.r1n_1 = XYZColorSpaces_getInstance().s1n_1;
1410
+ this.v1n_1 = XYZColorSpaces_getInstance().w1n_1;
1411
1411
  }
1412
- protoOf(Companion_3).p1k = function (x, y, z, alpha) {
1413
- return this.r1n_1.p1k(x, y, z, alpha);
1412
+ protoOf(Companion_3).t1k = function (x, y, z, alpha) {
1413
+ return this.v1n_1.t1k(x, y, z, alpha);
1414
1414
  };
1415
- protoOf(Companion_3).y1l = function () {
1416
- return this.r1n_1.y1l();
1415
+ protoOf(Companion_3).c1m = function () {
1416
+ return this.v1n_1.c1m();
1417
1417
  };
1418
- protoOf(Companion_3).l12 = function () {
1419
- return this.r1n_1.l12();
1418
+ protoOf(Companion_3).m = function () {
1419
+ return this.v1n_1.m();
1420
1420
  };
1421
- protoOf(Companion_3).b1k = function () {
1422
- return this.r1n_1.b1k();
1421
+ protoOf(Companion_3).f1k = function () {
1422
+ return this.v1n_1.f1k();
1423
1423
  };
1424
1424
  protoOf(Companion_3).hashCode = function () {
1425
- return hashCode(XYZColorSpaces_getInstance().s1n_1);
1425
+ return hashCode(XYZColorSpaces_getInstance().w1n_1);
1426
1426
  };
1427
1427
  protoOf(Companion_3).equals = function (other) {
1428
- return equals(XYZColorSpaces_getInstance().s1n_1, other);
1428
+ return equals(XYZColorSpaces_getInstance().w1n_1, other);
1429
1429
  };
1430
1430
  var Companion_instance_3;
1431
1431
  function Companion_getInstance_3() {
@@ -1434,69 +1434,69 @@
1434
1434
  return Companion_instance_3;
1435
1435
  }
1436
1436
  function adaptToM($this, space, m, mi) {
1437
- if (space.y1l().equals($this.h1m_1.y1l()))
1437
+ if (space.c1m().equals($this.l1m_1.c1m()))
1438
1438
  return $this;
1439
- var transform = chromaticAdaptationMatrix(space, $this.h1m_1.y1l().p1j_1, m, mi);
1440
- var tmp2 = $this.d1m_1;
1441
- var tmp4 = $this.e1m_1;
1439
+ var transform = chromaticAdaptationMatrix(space, $this.l1m_1.c1m().t1j_1, m, mi);
1440
+ var tmp2 = $this.h1m_1;
1441
+ var tmp4 = $this.i1m_1;
1442
1442
  // Inline function 'com.github.ajalt.colormath.internal.dot' call
1443
- var v2 = $this.f1m_1;
1443
+ var v2 = $this.j1m_1;
1444
1444
  var tmp0 = Matrix__get_impl_xogbpk(transform, 0, 0) * tmp2 + Matrix__get_impl_xogbpk(transform, 1, 0) * tmp4 + Matrix__get_impl_xogbpk(transform, 2, 0) * v2;
1445
1445
  var tmp2_0 = Matrix__get_impl_xogbpk(transform, 0, 1) * tmp2 + Matrix__get_impl_xogbpk(transform, 1, 1) * tmp4 + Matrix__get_impl_xogbpk(transform, 2, 1) * v2;
1446
1446
  var zz = Matrix__get_impl_xogbpk(transform, 0, 2) * tmp2 + Matrix__get_impl_xogbpk(transform, 1, 2) * tmp4 + Matrix__get_impl_xogbpk(transform, 2, 2) * v2;
1447
- return space.p1k(tmp0, tmp2_0, zz, $this.g1m_1);
1447
+ return space.t1k(tmp0, tmp2_0, zz, $this.k1m_1);
1448
1448
  }
1449
1449
  function XYZ(x, y, z, alpha, space) {
1450
1450
  Companion_getInstance_3();
1451
- this.d1m_1 = x;
1452
- this.e1m_1 = y;
1453
- this.f1m_1 = z;
1454
- this.g1m_1 = alpha;
1455
- this.h1m_1 = space;
1451
+ this.h1m_1 = x;
1452
+ this.i1m_1 = y;
1453
+ this.j1m_1 = z;
1454
+ this.k1m_1 = alpha;
1455
+ this.l1m_1 = space;
1456
1456
  }
1457
- protoOf(XYZ).c1j = function () {
1458
- return this.h1m_1;
1457
+ protoOf(XYZ).g1j = function () {
1458
+ return this.l1m_1;
1459
1459
  };
1460
- protoOf(XYZ).u1n = function (space) {
1460
+ protoOf(XYZ).y1n = function (space) {
1461
1461
  return adaptToM(this, space, get_CAT02_XYZ_TO_LMS(), get_CAT02_LMS_TO_XYZ());
1462
1462
  };
1463
- protoOf(XYZ).i1m = function (space) {
1464
- var _destruct__k2r9zo = this.u1n(XYZColorSpace_0(space.y1l()));
1465
- var x = _destruct__k2r9zo.i9();
1466
- var y = _destruct__k2r9zo.j9();
1467
- var z = _destruct__k2r9zo.sh();
1468
- var f = space.i1l();
1463
+ protoOf(XYZ).m1m = function (space) {
1464
+ var _destruct__k2r9zo = this.y1n(XYZColorSpace_0(space.c1m()));
1465
+ var x = _destruct__k2r9zo.r9();
1466
+ var y = _destruct__k2r9zo.s9();
1467
+ var z = _destruct__k2r9zo.wh();
1468
+ var f = space.m1l();
1469
1469
  // Inline function 'com.github.ajalt.colormath.internal.dot' call
1470
- var this_0 = _Matrix___init__impl__q3kp4w(space.x1l());
1470
+ var this_0 = _Matrix___init__impl__q3kp4w(space.b1m());
1471
1471
  var tmp0 = Matrix__get_impl_xogbpk(this_0, 0, 0) * x + Matrix__get_impl_xogbpk(this_0, 1, 0) * y + Matrix__get_impl_xogbpk(this_0, 2, 0) * z;
1472
1472
  var tmp2 = Matrix__get_impl_xogbpk(this_0, 0, 1) * x + Matrix__get_impl_xogbpk(this_0, 1, 1) * y + Matrix__get_impl_xogbpk(this_0, 2, 1) * z;
1473
1473
  var b = Matrix__get_impl_xogbpk(this_0, 0, 2) * x + Matrix__get_impl_xogbpk(this_0, 1, 2) * y + Matrix__get_impl_xogbpk(this_0, 2, 2) * z;
1474
- return space.p1k(f.s1l(tmp0), f.s1l(tmp2), f.s1l(b), this.g1m_1);
1474
+ return space.t1k(f.w1l(tmp0), f.w1l(tmp2), f.w1l(b), this.k1m_1);
1475
1475
  };
1476
- protoOf(XYZ).d1j = function () {
1477
- return this.i1m(RGBColorSpaces_getInstance().w1k_1);
1476
+ protoOf(XYZ).h1j = function () {
1477
+ return this.m1m(RGBColorSpaces_getInstance().a1l_1);
1478
1478
  };
1479
- protoOf(XYZ).e1j = function () {
1479
+ protoOf(XYZ).i1j = function () {
1480
1480
  return this;
1481
1481
  };
1482
- protoOf(XYZ).i9 = function () {
1483
- return this.d1m_1;
1482
+ protoOf(XYZ).r9 = function () {
1483
+ return this.h1m_1;
1484
1484
  };
1485
- protoOf(XYZ).j9 = function () {
1486
- return this.e1m_1;
1485
+ protoOf(XYZ).s9 = function () {
1486
+ return this.i1m_1;
1487
1487
  };
1488
- protoOf(XYZ).sh = function () {
1489
- return this.f1m_1;
1488
+ protoOf(XYZ).wh = function () {
1489
+ return this.j1m_1;
1490
1490
  };
1491
1491
  protoOf(XYZ).toString = function () {
1492
- return 'XYZ(x=' + this.d1m_1 + ', y=' + this.e1m_1 + ', z=' + this.f1m_1 + ', alpha=' + this.g1m_1 + ', space=' + toString(this.h1m_1) + ')';
1492
+ return 'XYZ(x=' + this.h1m_1 + ', y=' + this.i1m_1 + ', z=' + this.j1m_1 + ', alpha=' + this.k1m_1 + ', space=' + toString(this.l1m_1) + ')';
1493
1493
  };
1494
1494
  protoOf(XYZ).hashCode = function () {
1495
- var result = getNumberHashCode(this.d1m_1);
1496
- result = imul(result, 31) + getNumberHashCode(this.e1m_1) | 0;
1497
- result = imul(result, 31) + getNumberHashCode(this.f1m_1) | 0;
1498
- result = imul(result, 31) + getNumberHashCode(this.g1m_1) | 0;
1499
- result = imul(result, 31) + hashCode(this.h1m_1) | 0;
1495
+ var result = getNumberHashCode(this.h1m_1);
1496
+ result = imul(result, 31) + getNumberHashCode(this.i1m_1) | 0;
1497
+ result = imul(result, 31) + getNumberHashCode(this.j1m_1) | 0;
1498
+ result = imul(result, 31) + getNumberHashCode(this.k1m_1) | 0;
1499
+ result = imul(result, 31) + hashCode(this.l1m_1) | 0;
1500
1500
  return result;
1501
1501
  };
1502
1502
  protoOf(XYZ).equals = function (other) {
@@ -1505,15 +1505,15 @@
1505
1505
  if (!(other instanceof XYZ))
1506
1506
  return false;
1507
1507
  var tmp0_other_with_cast = other instanceof XYZ ? other : THROW_CCE();
1508
- if (!equals(this.d1m_1, tmp0_other_with_cast.d1m_1))
1508
+ if (!equals(this.h1m_1, tmp0_other_with_cast.h1m_1))
1509
1509
  return false;
1510
- if (!equals(this.e1m_1, tmp0_other_with_cast.e1m_1))
1510
+ if (!equals(this.i1m_1, tmp0_other_with_cast.i1m_1))
1511
1511
  return false;
1512
- if (!equals(this.f1m_1, tmp0_other_with_cast.f1m_1))
1512
+ if (!equals(this.j1m_1, tmp0_other_with_cast.j1m_1))
1513
1513
  return false;
1514
- if (!equals(this.g1m_1, tmp0_other_with_cast.g1m_1))
1514
+ if (!equals(this.k1m_1, tmp0_other_with_cast.k1m_1))
1515
1515
  return false;
1516
- if (!equals(this.h1m_1, tmp0_other_with_cast.h1m_1))
1516
+ if (!equals(this.l1m_1, tmp0_other_with_cast.l1m_1))
1517
1517
  return false;
1518
1518
  return true;
1519
1519
  };
@@ -1521,8 +1521,8 @@
1521
1521
  }
1522
1522
  function XYZColorSpaces() {
1523
1523
  XYZColorSpaces_instance = this;
1524
- this.s1n_1 = new XYZColorSpaceImpl(Illuminant_getInstance().v1j_1);
1525
- this.t1n_1 = new XYZColorSpaceImpl(Illuminant_getInstance().t1j_1);
1524
+ this.w1n_1 = new XYZColorSpaceImpl(Illuminant_getInstance().z1j_1);
1525
+ this.x1n_1 = new XYZColorSpaceImpl(Illuminant_getInstance().x1j_1);
1526
1526
  }
1527
1527
  var XYZColorSpaces_instance;
1528
1528
  function XYZColorSpaces_getInstance() {
@@ -1531,42 +1531,42 @@
1531
1531
  return XYZColorSpaces_instance;
1532
1532
  }
1533
1533
  function XYZColorSpace_0(whitePoint) {
1534
- return whitePoint.equals(Illuminant_getInstance().v1j_1) ? XYZColorSpaces_getInstance().s1n_1 : whitePoint.equals(Illuminant_getInstance().t1j_1) ? XYZColorSpaces_getInstance().t1n_1 : new XYZColorSpaceImpl(whitePoint);
1534
+ return whitePoint.equals(Illuminant_getInstance().z1j_1) ? XYZColorSpaces_getInstance().w1n_1 : whitePoint.equals(Illuminant_getInstance().x1j_1) ? XYZColorSpaces_getInstance().x1n_1 : new XYZColorSpaceImpl(whitePoint);
1535
1535
  }
1536
1536
  function chromaticAdaptationMatrix(_this__u8e3s4, srcWp, xyzToLms, lmsToXyz) {
1537
1537
  xyzToLms = xyzToLms === VOID ? get_CAT02_XYZ_TO_LMS() : xyzToLms;
1538
1538
  lmsToXyz = lmsToXyz === VOID ? get_CAT02_LMS_TO_XYZ() : lmsToXyz;
1539
- var dstWp = _this__u8e3s4.y1l().p1j_1;
1540
- var src = dot_0(xyzToLms, srcWp.p1n(), srcWp.n1n_1, srcWp.q1n());
1541
- var dst = dot_0(xyzToLms, dstWp.p1n(), dstWp.n1n_1, dstWp.q1n());
1539
+ var dstWp = _this__u8e3s4.c1m().t1j_1;
1540
+ var src = dot_0(xyzToLms, srcWp.t1n(), srcWp.r1n_1, srcWp.u1n());
1541
+ var dst = dot_0(xyzToLms, dstWp.t1n(), dstWp.r1n_1, dstWp.u1n());
1542
1542
  return dot(dotDiagonal(lmsToXyz, _Vector___get_l__impl__envr1l(dst) / _Vector___get_l__impl__envr1l(src), _Vector___get_m__impl__e5qq0m(dst) / _Vector___get_m__impl__e5qq0m(src), _Vector___get_s__impl__pzuljk(dst) / _Vector___get_s__impl__pzuljk(src)), xyzToLms);
1543
1543
  }
1544
1544
  function XYZColorSpaceImpl(whitePoint) {
1545
- this.v1n_1 = whitePoint;
1546
- this.w1n_1 = zeroOneComponentInfo('XYZ');
1545
+ this.z1n_1 = whitePoint;
1546
+ this.a1o_1 = zeroOneComponentInfo('XYZ');
1547
1547
  }
1548
- protoOf(XYZColorSpaceImpl).y1l = function () {
1549
- return this.v1n_1;
1548
+ protoOf(XYZColorSpaceImpl).c1m = function () {
1549
+ return this.z1n_1;
1550
1550
  };
1551
- protoOf(XYZColorSpaceImpl).l12 = function () {
1551
+ protoOf(XYZColorSpaceImpl).m = function () {
1552
1552
  return 'XYZ';
1553
1553
  };
1554
- protoOf(XYZColorSpaceImpl).b1k = function () {
1555
- return this.w1n_1;
1554
+ protoOf(XYZColorSpaceImpl).f1k = function () {
1555
+ return this.a1o_1;
1556
1556
  };
1557
1557
  protoOf(XYZColorSpaceImpl).toString = function () {
1558
- return 'XYZColorSpace(' + this.v1n_1.toString() + ')';
1558
+ return 'XYZColorSpace(' + this.z1n_1.toString() + ')';
1559
1559
  };
1560
- protoOf(XYZColorSpaceImpl).p1k = function (x, y, z, alpha) {
1560
+ protoOf(XYZColorSpaceImpl).t1k = function (x, y, z, alpha) {
1561
1561
  return new XYZ(x, y, z, alpha, this);
1562
1562
  };
1563
1563
  protoOf(XYZColorSpaceImpl).hashCode = function () {
1564
- return this.v1n_1.hashCode();
1564
+ return this.z1n_1.hashCode();
1565
1565
  };
1566
1566
  protoOf(XYZColorSpaceImpl).equals = function (other) {
1567
1567
  var tmp;
1568
1568
  if (!(other == null) ? isInterface(other, XYZColorSpace) : false) {
1569
- tmp = this.v1n_1.equals(other.y1l());
1569
+ tmp = this.z1n_1.equals(other.c1m());
1570
1570
  } else {
1571
1571
  tmp = false;
1572
1572
  }
@@ -1582,26 +1582,26 @@
1582
1582
  }
1583
1583
  function xyY(x, y, Y) {
1584
1584
  Y = Y === VOID ? 1.0 : Y;
1585
- this.l1n_1 = x;
1586
- this.m1n_1 = y;
1587
- this.n1n_1 = Y;
1585
+ this.p1n_1 = x;
1586
+ this.q1n_1 = y;
1587
+ this.r1n_1 = Y;
1588
1588
  }
1589
- protoOf(xyY).o1n = function () {
1590
- return 1 - this.l1n_1 - this.m1n_1;
1589
+ protoOf(xyY).s1n = function () {
1590
+ return 1 - this.p1n_1 - this.q1n_1;
1591
1591
  };
1592
- protoOf(xyY).p1n = function () {
1593
- return this.l1n_1 * this.n1n_1 / this.m1n_1;
1592
+ protoOf(xyY).t1n = function () {
1593
+ return this.p1n_1 * this.r1n_1 / this.q1n_1;
1594
1594
  };
1595
- protoOf(xyY).q1n = function () {
1596
- return (1 - this.l1n_1 - this.m1n_1) * this.n1n_1 / this.m1n_1;
1595
+ protoOf(xyY).u1n = function () {
1596
+ return (1 - this.p1n_1 - this.q1n_1) * this.r1n_1 / this.q1n_1;
1597
1597
  };
1598
1598
  protoOf(xyY).toString = function () {
1599
- return 'xyY(x=' + this.l1n_1 + ', y=' + this.m1n_1 + ', Y=' + this.n1n_1 + ')';
1599
+ return 'xyY(x=' + this.p1n_1 + ', y=' + this.q1n_1 + ', Y=' + this.r1n_1 + ')';
1600
1600
  };
1601
1601
  protoOf(xyY).hashCode = function () {
1602
- var result = getNumberHashCode(this.l1n_1);
1603
- result = imul(result, 31) + getNumberHashCode(this.m1n_1) | 0;
1604
- result = imul(result, 31) + getNumberHashCode(this.n1n_1) | 0;
1602
+ var result = getNumberHashCode(this.p1n_1);
1603
+ result = imul(result, 31) + getNumberHashCode(this.q1n_1) | 0;
1604
+ result = imul(result, 31) + getNumberHashCode(this.r1n_1) | 0;
1605
1605
  return result;
1606
1606
  };
1607
1607
  protoOf(xyY).equals = function (other) {
@@ -1610,30 +1610,30 @@
1610
1610
  if (!(other instanceof xyY))
1611
1611
  return false;
1612
1612
  var tmp0_other_with_cast = other instanceof xyY ? other : THROW_CCE();
1613
- if (!equals(this.l1n_1, tmp0_other_with_cast.l1n_1))
1613
+ if (!equals(this.p1n_1, tmp0_other_with_cast.p1n_1))
1614
1614
  return false;
1615
- if (!equals(this.m1n_1, tmp0_other_with_cast.m1n_1))
1615
+ if (!equals(this.q1n_1, tmp0_other_with_cast.q1n_1))
1616
1616
  return false;
1617
- if (!equals(this.n1n_1, tmp0_other_with_cast.n1n_1))
1617
+ if (!equals(this.r1n_1, tmp0_other_with_cast.r1n_1))
1618
1618
  return false;
1619
1619
  return true;
1620
1620
  };
1621
1621
  //region block: post-declaration
1622
- protoOf(Ansi16).e1j = toXYZ;
1623
- protoOf(Ansi256).e1j = toXYZ;
1624
- protoOf(HSV).e1j = toXYZ;
1625
- protoOf(Companion_2).d1k = invoke$default;
1626
- protoOf(Companion_2).i1k = invoke$default_0;
1627
- protoOf(Companion_2).e1k = from255$default;
1628
- protoOf(SRGB).d1k = invoke$default;
1629
- protoOf(SRGB).i1k = invoke$default_0;
1630
- protoOf(SRGB).e1k = from255$default;
1631
- protoOf(RGBColorSpaceImpl).d1k = invoke$default;
1632
- protoOf(RGBColorSpaceImpl).t1l = invoke;
1633
- protoOf(RGBColorSpaceImpl).i1k = invoke$default_0;
1634
- protoOf(RGBColorSpaceImpl).u1l = invoke_0;
1635
- protoOf(RGBColorSpaceImpl).v1l = from255;
1636
- protoOf(RGBColorSpaceImpl).e1k = from255$default;
1622
+ protoOf(Ansi16).i1j = toXYZ;
1623
+ protoOf(Ansi256).i1j = toXYZ;
1624
+ protoOf(HSV).i1j = toXYZ;
1625
+ protoOf(Companion_2).h1k = invoke$default;
1626
+ protoOf(Companion_2).m1k = invoke$default_0;
1627
+ protoOf(Companion_2).i1k = from255$default;
1628
+ protoOf(SRGB).h1k = invoke$default;
1629
+ protoOf(SRGB).m1k = invoke$default_0;
1630
+ protoOf(SRGB).i1k = from255$default;
1631
+ protoOf(RGBColorSpaceImpl).h1k = invoke$default;
1632
+ protoOf(RGBColorSpaceImpl).x1l = invoke;
1633
+ protoOf(RGBColorSpaceImpl).m1k = invoke$default_0;
1634
+ protoOf(RGBColorSpaceImpl).y1l = invoke_0;
1635
+ protoOf(RGBColorSpaceImpl).z1l = from255;
1636
+ protoOf(RGBColorSpaceImpl).i1k = from255$default;
1637
1637
  //endregion
1638
1638
  //region block: init
1639
1639
  PqNonlinearity_instance = new PqNonlinearity();