Function from_argb
pub fn from_argb(
table_a: Option<&[u8; 256]>,
table_r: Option<&[u8; 256]>,
table_g: Option<&[u8; 256]>,
table_b: Option<&[u8; 256]>,
) -> RCHandle<SkColorFilter>👎Deprecated since 0.56.0: Use color_filters::table_argb()