nvim_
gtk
0.3.0
Context
Alpha
Required Methods
set_source_rgbo
Implementations on Foreign Types
Context
Implementors
In nvim_
gtk::
render
nvim_gtk
::
render
Trait
ContextAlpha
Copy item path
Source
trait ContextAlpha { // Required method fn
set_source_rgbo
(&self, _: &
Color
, _:
Option
<
f64
>); }
Required Methods
§
Source
fn
set_source_rgbo
(&self, _: &
Color
, _:
Option
<
f64
>)
Implementations on Foreign Types
§
Source
§
impl
ContextAlpha
for
Context
Source
§
fn
set_source_rgbo
(&self, color: &
Color
, alpha:
Option
<
f64
>)
Implementors
§