Remove some comments
This commit is contained in:
parent
d2c436dcdc
commit
3a836b8026
7 changed files with 14 additions and 109 deletions
|
@ -355,16 +355,6 @@ impl Hsla {
|
|||
}
|
||||
}
|
||||
|
||||
// impl From<Hsla> for Rgba {
|
||||
// fn from(value: Hsla) -> Self {
|
||||
// let h = value.h;
|
||||
// let s = value.s;
|
||||
// let l = value.l;
|
||||
|
||||
// let c = (1 - |2L - 1|) X s
|
||||
// }
|
||||
// }
|
||||
|
||||
impl From<Rgba> for Hsla {
|
||||
fn from(color: Rgba) -> Self {
|
||||
let r = color.r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue