Correct privacy for Icon::to_cardinals (#510)
This commit is contained in:
parent
e48f1fc5f1
commit
741bcc4672
2 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ impl Pixel {
|
|||
}
|
||||
|
||||
impl Icon {
|
||||
pub fn to_cardinals(&self) -> Vec<Cardinal> {
|
||||
pub(crate) fn to_cardinals(&self) -> Vec<Cardinal> {
|
||||
assert_eq!(self.rgba.len() % PIXEL_SIZE, 0);
|
||||
let pixel_count = self.rgba.len() / PIXEL_SIZE;
|
||||
assert_eq!(pixel_count, (self.width * self.height) as usize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue