removed set_alpha
This commit is contained in:
parent
c3dc93ed14
commit
99d04bbf08
1 changed files with 1 additions and 2 deletions
|
@ -54,9 +54,8 @@ void export_image()
|
||||||
.add_property("background",make_function
|
.add_property("background",make_function
|
||||||
(&Image32::getBackground,return_value_policy<copy_const_reference>()),
|
(&Image32::getBackground,return_value_policy<copy_const_reference>()),
|
||||||
&Image32::setBackground, "The background color of the image.")
|
&Image32::setBackground, "The background color of the image.")
|
||||||
.def("set_alpha",&Image32::set_alpha)
|
|
||||||
.def("blend",&blend)
|
.def("blend",&blend)
|
||||||
;
|
;
|
||||||
def("rawdata",&rawdata); // FIXME : I dont think we need this one
|
def("rawdata",&rawdata); // FIXME : I dont think we need this one anymore
|
||||||
def("save_to_file", save_to_file2);
|
def("save_to_file", save_to_file2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue