Skip to main content

TransferTable

Type Alias TransferTable 

Source
pub type TransferTable = Arc<Vec<f64>>;
Expand description

Pre-sampled transfer function (256 samples, domain [0,1] → range [0,1]). Arc for cheap clone across display list elements.

Aliased Type§

pub struct TransferTable { /* private fields */ }