Function x11rb::protocol::glx::get_color_table_parameteriv [−][src]
pub fn get_color_table_parameteriv<Conn: ?Sized>(
conn: &Conn,
context_tag: ContextTag,
target: u32,
pname: u32
) -> Result<Cookie<'_, Conn, GetColorTableParameterivReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,