Function table_from_color_table

pub fn table_from_color_table(
    table: impl Into<RCHandle<SkColorTable>>,
) -> Option<RCHandle<SkColorFilter>>
Expand description

Create a table color filter that holds a ref to the shared color table.