rust_macios/appkit/
ns_color.rs

1use crate::object;
2
3object! {
4    /// An object that stores color data and sometimes opacity (alpha value).
5    unsafe pub struct NSColor;
6}