Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Enumerations
Quantity_TypeOfColor.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  Quantity_TypeOfColor { Quantity_TOC_RGB, Quantity_TOC_HLS }
 Identifies color definition systems
More...

Enumeration Type Documentation

  • Quantity_TOC_RGB: with this system a
    color is defined by its quantities of red, green and blue (R-G-B values).
  • Quantity_TOC_HLS: with this system a
    color is defined by its hue angle and its
    lightness and saturation values (H-L-S values).
    A Quantity_Color object may define a color
    from three values R-G-B or H-L-S according
    to a given color definition system.
Enumerator:
Quantity_TOC_RGB 
Quantity_TOC_HLS