summaryrefslogtreecommitdiffstats
path: root/core/src/image.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/image.rs')
-rw-r--r--core/src/image.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/image.rs b/core/src/image.rs
index 91a7fd36..82ecdd0f 100644
--- a/core/src/image.rs
+++ b/core/src/image.rs
@@ -174,5 +174,6 @@ pub trait Renderer: crate::Renderer {
filter_method: FilterMethod,
bounds: Rectangle,
rotation: Radians,
+ opacity: f32,
);
}