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: 25.04.07
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(_NSTaggedPointerColor, nam 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(_NSTaggedPointerColor, nam Some standard Red-Green-Blue colors, all RGBColor
instances (enum ).
|
|
TintColors = TintColors.Blue=TintColor(NSDynamicSystemColor, n Some dynamic tints, adaptable to vibrancy and accessibility settings, all TintColor instances ( enum ).
|
|
UIColors = UIColors.Control=UIColor(NSDynamicSystemColor, name 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 ).
|
|
CMYColors.Cyan Color in the Cyan-Magenta-Yellow space. |
|
CMYColors.Magenta Color in the Cyan-Magenta-Yellow space. |
|
CMYColors.Yellow Color in the Cyan-Magenta-Yellow space. |
|
Colors.CMY Some standard Cyan-Magenta-Yellow colors, all CMYColor
instances (enum ).
|
|
Colors.GS Some standard Gray-Scale colors, all GrayScaleColor instances (enum ).
|
|
Colors.HSB No standard Hue-Saturation-Brightness colors, HSBColor
instances (enum ).
|
|
Colors.RGB Some standard Red-Green-Blue colors, all RGBColor
instances (enum ).
|
|
Colors.Tint Some dynamic tints, adaptable to vibrancy and accessibility settings, all TintColor instances ( enum ).
|
|
Colors.UI Some dynamic UI element colors, adaptable to vibrancy and accessibility settings, all UIColor instances ( enum ).
|
|
GrayScaleColors.Black Color in the Gray-Scale space. |
|
GrayScaleColors.Clear Color in the Gray-Scale space. |
|
GrayScaleColors.DarkGray Color in the Gray-Scale space. |
|
GrayScaleColors.Gray Color in the Gray-Scale space. |
|
GrayScaleColors.LightGray Color in the Gray-Scale space. |
|
GrayScaleColors.Tansparent Color in the Gray-Scale space. |
|
GrayScaleColors.White Color in the Gray-Scale space. |
|
HSBColors.NoneYet The type of the None singleton. |
|
RGBColors.Blue Color in the Red-Green-Blue space. |
|
RGBColors.Brown Color in the Red-Green-Blue space. |
|
RGBColors.Green Color in the Red-Green-Blue space. |
|
RGBColors.Orange Color in the Red-Green-Blue space. |
|
RGBColors.Purple Color in the Red-Green-Blue space. |
|
RGBColors.Red Color in the Red-Green-Blue space. |
|
TintColors.Blue Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Brown Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Gray Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Green Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Indigo Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Orange Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Pink Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Purple Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Red Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Teal Dynamic color, adaptable to vibrancy and accessibility settings. |
|
TintColors.Yellow Dynamic color, adaptable to vibrancy and accessibility settings. |
|
UIColors.Control Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.ControlBackground Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.Grid Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.HeaderText Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.Highlight Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.Label Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.Link Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.SelectedText Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.Separator Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.Shadow Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.Text Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
|
UIColors.WindowBackground Dynamic color for User-Interface elements, adaptable to vibrancy and accessibility settings. |
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 Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |