4800949bf4
Introduce an SkColorFilter_Matrix flavor operating in HSLA space. (CPU-only for now) TBR=mtklein Change-Id: I3a8686775593ccc9ce0e46159a17bec7f4ab4228 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/231736 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
19 lines
487 B
Plaintext
19 lines
487 B
Plaintext
Skia Graphics Release Notes
|
|
|
|
This file includes a list of high level updates for each milestone release.
|
|
|
|
-----
|
|
|
|
Milestone 78
|
|
|
|
* Added RELEASE_NOTES.txt file
|
|
|
|
* SkDrawLooper is no longer supported in SkPaint or SkCanvas.
|
|
|
|
* SkImageFilter API refactor started:
|
|
- Consolidated enum types to use SkTileMode and SkColorChannel
|
|
- Hide filter implementation classes
|
|
- Bumps SkPicture version number
|
|
|
|
* SkColorFilters::HSLAMatrix - new matrix color filter operating in HSLA space.
|