pub trait ID2D1GradientStopCollection1_Impl: Sized + ID2D1GradientStopCollection_Impl {
    // Required methods
    fn GetGradientStops1(
        &self,
        gradientstops: *mut D2D1_GRADIENT_STOP,
        gradientstopscount: u32
    );
    fn GetPreInterpolationSpace(&self) -> D2D1_COLOR_SPACE;
    fn GetPostInterpolationSpace(&self) -> D2D1_COLOR_SPACE;
    fn GetBufferPrecision(&self) -> D2D1_BUFFER_PRECISION;
    fn GetColorInterpolationMode(&self) -> D2D1_COLOR_INTERPOLATION_MODE;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§