The color matrix filter for WebGL.
関連クラス: ToneSprite
Changes the hue.
| Name | Type | Description |
|---|---|---|
value |
Number | The hue value in the range (-360, 360) |
Changes the saturation.
| Name | Type | Description |
|---|---|---|
value |
Number | The saturation value in the range (-255, 255) |
Changes the tone.
| Name | Type | Description |
|---|---|---|
r |
Number | The red strength in the range (-255, 255) |
g |
Number | The green strength in the range (-255, 255) |
b |
Number | The blue strength in the range (-255, 255) |