NSRectFillListWithColors

Function NSRectFillListWithColors 

Source
pub unsafe extern "C-unwind" fn NSRectFillListWithColors(
    rects: NonNull<NSRect>,
    colors: NonNull<NonNull<NSColor>>,
    num: NSInteger,
)
Available on crate features NSColor and NSGraphics only.
Expand description

ยงSafety

  • rects must be a valid pointer.
  • colors must be a valid pointer.