@pixi/filter-alpha
Advanced tools
Comparing version 6.1.3 to 6.2.0
/*! | ||
* @pixi/filter-alpha - v6.1.3 | ||
* Compiled Mon, 13 Sep 2021 15:29:31 UTC | ||
* @pixi/filter-alpha - v6.2.0 | ||
* Compiled Mon, 01 Nov 2021 16:52:10 UTC | ||
* | ||
@@ -219,4 +219,2 @@ * @pixi/filter-alpha is licensed under the MIT License. | ||
* | ||
* @class | ||
* @extends PIXI.Filter | ||
* @memberof PIXI.filters | ||
@@ -227,3 +225,3 @@ */ | ||
/** | ||
* @param {number} [alpha=1] - Amount of alpha from 0 to 1, where 0 is transparent | ||
* @param alpha - Amount of alpha from 0 to 1, where 0 is transparent | ||
*/ | ||
@@ -240,3 +238,2 @@ function AlphaFilter(alpha) { | ||
* | ||
* @member {number} | ||
* @default 1 | ||
@@ -243,0 +240,0 @@ */ |
/*! | ||
* @pixi/filter-alpha - v6.1.3 | ||
* Compiled Mon, 13 Sep 2021 15:29:31 UTC | ||
* @pixi/filter-alpha - v6.2.0 | ||
* Compiled Mon, 01 Nov 2021 16:52:10 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-alpha is licensed under the MIT License. |
/*! | ||
* @pixi/filter-alpha - v6.1.3 | ||
* Compiled Mon, 13 Sep 2021 15:29:31 UTC | ||
* @pixi/filter-alpha - v6.2.0 | ||
* Compiled Mon, 01 Nov 2021 16:52:10 UTC | ||
* | ||
@@ -58,4 +58,2 @@ * @pixi/filter-alpha is licensed under the MIT License. | ||
* | ||
* @class | ||
* @extends PIXI.Filter | ||
* @memberof PIXI.filters | ||
@@ -66,3 +64,3 @@ */ | ||
/** | ||
* @param {number} [alpha=1] - Amount of alpha from 0 to 1, where 0 is transparent | ||
* @param alpha - Amount of alpha from 0 to 1, where 0 is transparent | ||
*/ | ||
@@ -79,3 +77,2 @@ function AlphaFilter(alpha) { | ||
* | ||
* @member {number} | ||
* @default 1 | ||
@@ -82,0 +79,0 @@ */ |
/*! | ||
* @pixi/filter-alpha - v6.1.3 | ||
* Compiled Mon, 13 Sep 2021 15:29:31 UTC | ||
* @pixi/filter-alpha - v6.2.0 | ||
* Compiled Mon, 01 Nov 2021 16:52:10 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-alpha is licensed under the MIT License. |
/*! | ||
* @pixi/filter-alpha - v6.1.3 | ||
* Compiled Mon, 13 Sep 2021 15:29:31 UTC | ||
* @pixi/filter-alpha - v6.2.0 | ||
* Compiled Mon, 01 Nov 2021 16:52:10 UTC | ||
* | ||
@@ -54,4 +54,2 @@ * @pixi/filter-alpha is licensed under the MIT License. | ||
* | ||
* @class | ||
* @extends PIXI.Filter | ||
* @memberof PIXI.filters | ||
@@ -62,3 +60,3 @@ */ | ||
/** | ||
* @param {number} [alpha=1] - Amount of alpha from 0 to 1, where 0 is transparent | ||
* @param alpha - Amount of alpha from 0 to 1, where 0 is transparent | ||
*/ | ||
@@ -75,3 +73,2 @@ function AlphaFilter(alpha) { | ||
* | ||
* @member {number} | ||
* @default 1 | ||
@@ -78,0 +75,0 @@ */ |
/*! | ||
* @pixi/filter-alpha - v6.1.3 | ||
* Compiled Mon, 13 Sep 2021 15:29:31 UTC | ||
* @pixi/filter-alpha - v6.2.0 | ||
* Compiled Mon, 01 Nov 2021 16:52:10 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-alpha is licensed under the MIT License. |
@@ -16,4 +16,2 @@ import { Filter } from '@pixi/core'; | ||
* | ||
* @class | ||
* @extends PIXI.Filter | ||
* @memberof PIXI.filters | ||
@@ -23,3 +21,3 @@ */ | ||
/** | ||
* @param {number} [alpha=1] - Amount of alpha from 0 to 1, where 0 is transparent | ||
* @param alpha - Amount of alpha from 0 to 1, where 0 is transparent | ||
*/ | ||
@@ -30,3 +28,2 @@ constructor(alpha?: number); | ||
* | ||
* @member {number} | ||
* @default 1 | ||
@@ -33,0 +30,0 @@ */ |
{ | ||
"name": "@pixi/filter-alpha", | ||
"version": "6.1.3", | ||
"version": "6.2.0", | ||
"main": "dist/cjs/filter-alpha.js", | ||
@@ -29,5 +29,5 @@ "module": "dist/esm/filter-alpha.js", | ||
"peerDependencies": { | ||
"@pixi/core": "6.1.3" | ||
"@pixi/core": "6.2.0" | ||
}, | ||
"gitHead": "2342b551124751206078602eb0e4408df230923e" | ||
"gitHead": "793f21c0d0f2d2a423bd4339f40a569e1ea68711" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109827
450