Skip to content

Commit

Permalink
AVX LCh
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jun 17, 2024
1 parent 8e89ee2 commit 18f0464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/rgba.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,18 @@ impl Rgba<u8> {
}

pub trait ToRgba8 {
#[allow(dead_code)]
fn to_rgba8(&self) -> Rgba<u8>;
}

pub trait ToRgbaF16 {
#[allow(dead_code)]
fn to_rgba_f16(&self) -> Rgba<f16>;
}

pub trait ToRgb565 {
#[allow(dead_code)]
fn to_rgb_565(&self) -> Rgb565;
}

pub trait ToRgbaF32 {
#[allow(dead_code)]
fn to_rgba_f32(&self) -> Rgba<f32>;
}

Expand Down

0 comments on commit 18f0464

Please sign in to comment.