Sha256: b9a0023c8a443092ec459443ead18f19afc966cbf1a76c45dee8c7c9f6a8cf63
Contents?: true
Size: 164 Bytes
Versions: 2
Compression:
Stored size: 164 Bytes
Contents
ONECOLOR.installMethod('negate', function () { var rgb = this.rgb(); return new ONECOLOR.RGB(1 - rgb._red, 1 - rgb._green, 1 - rgb._blue, this._alpha); });
Version data entries
2 entries across 2 versions & 1 rubygems