[FEATURE] Add support for missing SkColorFilters: HSLAMatrix, LinearToSRGBGamma, SRGBToLinearGamma, Lerp, WithWorkingFormat #1775
Labels
area/SkiaSharp
Issues that relate to the C# binding of SkiaSharp.
Is your feature request related to a problem? Please describe.
When doing svg filters and processing I need additional color filters that are currently missing from SKColorFilter (especially for color space conversion LinearToSRGBGamma() and SRGBToLinearGamma())
Describe the solution you'd like
API proposal (new members in SKColorFilter class):
nor sure how
WithWorkingFormat
would look likeAdd below API from skia to SKColorFilter
https://github.com/google/skia/blob/1f193df9b393d50da39570dab77a0bb5d28ec8ef/include/core/SkColorFilter.h#L78-L93
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: