Type Alias vizia::vg::ColorTable
pub type ColorTable = RCHandle<SkColorTable>;
Expand description
ColorTable
holds the lookup tables for each channel (ARGB) used to define the filter behavior
of SkColorFilters::Table
, and provides a way to share the table data between client code and
the returned crate::ColorFilter
. Once created, an ColorTable
is immutable.
Aliased Typeยง
struct ColorTable(/* private fields */);