NSColor(CNGridViewPalette) Category Reference
Declared in | NSColor+CNGridViewPalette.h |
Overview
This is the standard CNGridView
color palette. All colors can be overwritten by using the related properties of CNGridView
or CNGridViewItem
.
Tasks
GridView Item Colors
-
+ itemBackgroundColor
Returns the standard
CNGridViewItem
background color -
+ itemBackgroundHoverColor
Returns the standard
CNGridViewItem
background color when the item is in mouse over state (property must be enabled) -
+ itemBackgroundSelectionColor
Returns the standard
CNGridViewItem
background color when the item is selected -
+ itemSelectionRingColor
Returns the standard
CNGridViewItem
selection ring color when the item is selected
Class Methods
itemBackgroundColor
Returns the standard CNGridViewItem
background color
+ (NSColor *)itemBackgroundColor
Declared In
NSColor+CNGridViewPalette.h
itemBackgroundHoverColor
Returns the standard CNGridViewItem
background color when the item is in mouse over state (property must be enabled)
+ (NSColor *)itemBackgroundHoverColor
Declared In
NSColor+CNGridViewPalette.h
itemBackgroundSelectionColor
Returns the standard CNGridViewItem
background color when the item is selected
+ (NSColor *)itemBackgroundSelectionColor
Declared In
NSColor+CNGridViewPalette.h
itemSelectionRingColor
Returns the standard CNGridViewItem
selection ring color when the item is selected
+ (NSColor *)itemSelectionRingColor
Declared In
NSColor+CNGridViewPalette.h