[−][src]Struct palette::gradient::Slice
A slice of a Gradient that limits its domain.
Methods
impl<'a, C: Mix + Clone> Slice<'a, C>
[src]
pub fn get(&self, i: C::Scalar) -> C
[src]
Get a color from the gradient slice. The color of the closest domain
limit will be returned if i
is outside the domain.
ⓘImportant traits for Take<'a, C>pub fn take(&self, n: usize) -> Take<C>
[src]
ⓘImportant traits for Take<'a, C>
Take n
evenly spaced colors from the gradient slice, as an iterator.
pub fn slice<R: Into<Range<C::Scalar>>>(&self, range: R) -> Slice<C>
[src]
Slice this gradient slice to further limit its domain. Ranges outside the domain will be clamped to the nearest domain limit.
pub fn domain(&self) -> (C::Scalar, C::Scalar)
[src]
Get the limits of this gradient slice's domain.
Trait Implementations
impl<'a, C: Clone + Mix + 'a> Clone for Slice<'a, C> where
C::Scalar: Clone,
[src]
C::Scalar: Clone,
fn clone(&self) -> Slice<'a, C>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a, C: Debug + Mix + Clone + 'a> Debug for Slice<'a, C> where
C::Scalar: Debug,
[src]
C::Scalar: Debug,
Auto Trait Implementations
impl<'a, C> Unpin for Slice<'a, C> where
<C as Mix>::Scalar: Unpin,
<C as Mix>::Scalar: Unpin,
impl<'a, C> Sync for Slice<'a, C> where
C: Sync,
<C as Mix>::Scalar: Sync,
C: Sync,
<C as Mix>::Scalar: Sync,
impl<'a, C> Send for Slice<'a, C> where
C: Sync,
<C as Mix>::Scalar: Send + Sync,
C: Sync,
<C as Mix>::Scalar: Send + Sync,
impl<'a, C> UnwindSafe for Slice<'a, C> where
C: RefUnwindSafe,
<C as Mix>::Scalar: RefUnwindSafe + UnwindSafe,
C: RefUnwindSafe,
<C as Mix>::Scalar: RefUnwindSafe + UnwindSafe,
impl<'a, C> RefUnwindSafe for Slice<'a, C> where
C: RefUnwindSafe,
<C as Mix>::Scalar: RefUnwindSafe,
C: RefUnwindSafe,
<C as Mix>::Scalar: RefUnwindSafe,
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
[src]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
fn adapt_into_using<M>(Self, M) -> D where
M: TransformMatrix<Swp, Dwp, T>,
[src]
M: TransformMatrix<Swp, Dwp, T>,
fn adapt_into(self) -> D
[src]
Convert the source color to the destination color using the bradford method by default Read more
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,