pub unsafe extern "C-unwind" fn NSDrawColorTiledRects(
bounds_rect: NSRect,
clip_rect: NSRect,
sides: NonNull<NSRectEdge>,
colors: NonNull<NonNull<NSColor>>,
count: NSInteger,
) -> NSRectAvailable on crate features
NSColor and NSGraphics only.Expand description
ยงSafety
sidesmust be a valid pointer.colorsmust be a valid pointer.