| 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.11
| 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(_NSTaggedPointerColoSome standard Cyan-Magenta-Yellow colors, all CMYColor
instances (enum).
|
|
GrayScaleColors = GrayScaleColors.Black=GrayScaleColor(_NSTaggSome standard Gray-Scale colors, all GrayScaleColor instances (enum).
|
|
HSBColors = HSBColors.NoneYet=NoneNo standard Hue-Saturation-Brightness colors, HSBColor
instances (enum).
|
|
RGBColors = RGBColors.Blue=RGBColor(_NSTaggedPointerColoSome standard Red-Green-Blue colors, all RGBColor
instances (enum).
|
|
TintColors = TintColors.Blue=TintColor(NSDynamicSystemColoSome dynamic tints, adaptable to vibrancy and accessibility settings, all TintColor instances ( enum).
|
|
UIColors = UIColors.Control=UIColor(NSDynamicSystemColoSome dynamic UI element colors, adaptable to vibrancy and accessibility settings, all UIColor instances ( enum).
|
|
Colors = Colors.CMY=CMYColoColors 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 Wed Nov 11 21:56:39 2020 | http://epydoc.sourceforge.net |