SKColorFilter.CreateTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| CreateTable(Byte[]) |
Creates a new table color filter. |
| CreateTable(Byte[], Byte[], Byte[], Byte[]) |
Creates a new table color filter. |
CreateTable(Byte[])
Creates a new table color filter.
public static SkiaSharp.SKColorFilter CreateTable(byte[] table);
Parameters
Returns
Returns the new SKColorFilter.
Applies to
CreateTable(Byte[], Byte[], Byte[], Byte[])
Creates a new table color filter.
public static SkiaSharp.SKColorFilter CreateTable(byte[] tableA, byte[] tableR, byte[] tableG, byte[] tableB);
Parameters
Returns
Returns the new SKColorFilter.