# `BFColorPickerPopover showRelativeToRect:ofView:preferredEdge:sRGBLimited:paletteInfo:`

*Instance Method*

## Declaration

```swift
func showRelative(to positioningRect: NSRect, of positioningView: NSView, preferredEdge: NSRectEdge, sRGBLimited: Bool, paletteInfo: BFColorPaletteInfo?)
```

```objc
- (void) showRelativeToRect:(NSRect) positioningRect ofView:(NSView *) positioningView preferredEdge:(NSRectEdge) preferredEdge sRGBLimited:(BOOL) sRGBLimited paletteInfo:(BFColorPaletteInfo *) paletteInfo;
```

```python
showRelativeToRect_ofView_preferredEdge_sRGBLimited_paletteInfo_(positioningRect: NSRect, positioningView: NSView, preferredEdge: NSRectEdge, sRGBLimited: bool, paletteInfo: BFColorPaletteInfo)
```

