5.3.0 • Published 3 months ago

@pixi/filter-hsl-adjustment v5.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

HslAdjustmentFilter

PixiJS filter to apply a HSL adjustment.

View demo

Installation

npm install @pixi/filter-hsl-adjustment

Usage

import { HslAdjustmentFilter } from '@pixi/filter-hsl-adjustment';
import { Container } from 'pixi.js';

const container = new Container();
container.filters = [
  new HslAdjustmentFilter({
    hue: 180,
    colorize: true,
  })
];

Documentation

See https://filters.pixijs.download/main/docs/HslAdjustmentFilter.html

5.3.0

3 months ago

5.2.0

1 year ago