Function NSDrawColorTiledRects

Source
pub unsafe extern "C-unwind" fn NSDrawColorTiledRects(
    bounds_rect: NSRect,
    clip_rect: NSRect,
    sides: NonNull<NSRectEdge>,
    colors: NonNull<NonNull<NSColor>>,
    count: NSInteger,
) -> NSRect
Available on crate features NSGraphics and NSColor only.