[][src]Trait uikit_sys::UIColor_UIColorSystemColors

pub trait UIColor_UIColorSystemColors: Sized + Deref {
    unsafe fn systemRedColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemGreenColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemBlueColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemOrangeColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemYellowColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemPinkColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemPurpleColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemTealColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemIndigoColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemGrayColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemGray2Color() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemGray3Color() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemGray4Color() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemGray5Color() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemGray6Color() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn labelColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn secondaryLabelColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tertiaryLabelColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn quaternaryLabelColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn linkColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn placeholderTextColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn separatorColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn opaqueSeparatorColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn secondarySystemBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tertiarySystemBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemGroupedBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn secondarySystemGroupedBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tertiarySystemGroupedBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemFillColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn secondarySystemFillColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tertiarySystemFillColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn quaternarySystemFillColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn lightTextColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn darkTextColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn groupTableViewBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn viewFlipsideBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn scrollViewTexturedBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn underPageBackgroundColor() -> UIColor
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn systemRedColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemGreenColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemBlueColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemOrangeColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemYellowColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemPinkColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemPurpleColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemTealColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemIndigoColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemGrayColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemGray2Color() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemGray3Color() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemGray4Color() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemGray5Color() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemGray6Color() -> UIColor where
    Self::Target: Message + Sized

unsafe fn labelColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn secondaryLabelColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn tertiaryLabelColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn quaternaryLabelColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn linkColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn placeholderTextColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn separatorColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn opaqueSeparatorColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn secondarySystemBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn tertiarySystemBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemGroupedBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn secondarySystemGroupedBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn tertiarySystemGroupedBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn systemFillColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn secondarySystemFillColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn tertiarySystemFillColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn quaternarySystemFillColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn lightTextColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn darkTextColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn groupTableViewBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn viewFlipsideBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn scrollViewTexturedBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

unsafe fn underPageBackgroundColor() -> UIColor where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIColor_UIColorSystemColors for UIColor[src]

Loading content...