clap-sys 0.5.0

Rust bindings for the CLAP audio plugin API
Documentation
1
2
3
4
5
6
7
8
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct clap_color {
    pub alpha: u8,
    pub red: u8,
    pub green: u8,
    pub blue: u8,
}