Class SkiaColorFilter
Helper class which works with SKColorFilter.
public class SkiaColorFilter
  - Inheritance
 - 
      
      SkiaColorFilter
 
Fields
- A
 Array of alpha components.
- B
 Array of blue components.
- G
 Array of green components.
- R
 Array of red components.
Methods
- CreateTableUsingARGB()
 Creates SKColorFilter using CreateTable(byte[], byte[], byte[], byte[]) method.