interpolate: pub Fract8
This commit is contained in:
@ -3,7 +3,7 @@ use std::ops::BitOr;
|
||||
|
||||
use rgb::Rgb;
|
||||
|
||||
type Fract8 = u8;
|
||||
pub type Fract8 = u8;
|
||||
|
||||
pub trait Fract8Ops {
|
||||
fn scale8(self, scale: Fract8) -> Self;
|
||||
|
Reference in New Issue
Block a user