Remove useless Clod slop comments
This commit is contained in:
parent
0e910d73cc
commit
9a09eea348
1 changed files with 0 additions and 5 deletions
|
|
@ -18,15 +18,10 @@ pub enum ShhhError {
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct ShadowOptions {
|
pub struct ShadowOptions {
|
||||||
/// Corner rounding radius in pixels (default 8).
|
|
||||||
pub corner_radius: u32,
|
pub corner_radius: u32,
|
||||||
/// Shadow offset as (x, y) pixels (default (-20, -20)).
|
|
||||||
pub offset: (i32, i32),
|
pub offset: (i32, i32),
|
||||||
/// Shadow opacity 0–255 (default 150).
|
|
||||||
pub shadow_alpha: u8,
|
pub shadow_alpha: u8,
|
||||||
/// Shadow spread distance in pixels (default 26).
|
|
||||||
pub spread: u32,
|
pub spread: u32,
|
||||||
/// Internal blur radius applied to the shadow layer (default 5).
|
|
||||||
pub blur_radius: u32,
|
pub blur_radius: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue