Home | Trees | Indices | Help |
|
---|
|
Types Color, ColorError, CMYColor, GrayScaleColor, HSBColor, RGBColor, TintColor and
UIColor
wrapping Cocoa's NSColor
and enum
-like
constants CMYColors, GrayScaleColors, HSBColors,
RGBColors, TintColor, TintColors,
UIColors
and all Colors accessible by color space acronym like
CMY
, GS
, RGB
, etc.
Version: 20.11.14
Classes | |
ColorErrorColor issue.
|
|
Color Base Color class wrapping NSColor
objects, intended specifically to avoid fatal exceptions
when accessing non-applicable NSColor
attributes.
|
|
CMYColor Color in the Cyan-Magenta-Yellow space. |
|
GrayScaleColor Color in the Gray-Scale space. |
|
HSBColor Color in thecHue-Saturation-Brightness space. |
|
RGBColor Color in the Red-Green-Blue space. |
|
TintColor Dynamic color, adaptable to vibrancy and accessibility settings. |
|
UIColor Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
Variables | |
__all__ = _ALL_LAZY.colors
|
|
CMYColors = CMYColors.Cyan=CMYColor(_NSTaggedPointerColo Some standard Cyan-Magenta-Yellow colors, all CMYColor
instances (enum ).
|
|
GrayScaleColors = GrayScaleColors.Black=GrayScaleColor(_NSTagg Some standard Gray-Scale colors, all GrayScaleColor instances (enum ).
|
|
HSBColors = HSBColors.NoneYet=None No standard Hue-Saturation-Brightness colors, HSBColor
instances (enum ).
|
|
RGBColors = RGBColors.Blue=RGBColor(_NSTaggedPointerColo Some standard Red-Green-Blue colors, all RGBColor
instances (enum ).
|
|
TintColors = TintColors.Blue=TintColor(NSDynamicSystemColo Some dynamic tints, adaptable to vibrancy and accessibility settings, all TintColor instances ( enum ).
|
|
UIColors = UIColors.Control=UIColor(NSDynamicSystemColo Some dynamic UI element colors, adaptable to vibrancy and accessibility settings, all UIColor instances ( enum ).
|
|
Colors = Colors.CMY=CMYColo Colors by color space acronym, like Colors.RGB.Red ,
Colors.Tint.Red (enum ).
|
Variables Details |
CMYColorsSome standardCyan-Magenta-Yellow colors, all CMYColor
instances (enum ).
|
GrayScaleColorsSome standardGray-Scale colors, all GrayScaleColor instances (enum ).
|
RGBColorsSome standardRed-Green-Blue colors, all RGBColor
instances (enum ).
|
TintColorsSome dynamic tints, adaptable to vibrancy and accessibility settings, all TintColor instances (enum ).
|
UIColorsSome dynamic UI element colors, adaptable to vibrancy and accessibility settings, all UIColor instances (enum ).
|
ColorsColors by color space acronym, likeColors.RGB.Red ,
Colors.Tint.Red (enum ).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 16 20:16:49 2020 | http://epydoc.sourceforge.net |