liborigin ..
Origin::Color Struct Reference

#include <OriginObj.h>

Public Types

enum  ColorType {
  None = 0 , Automatic = 1 , Regular = 2 , Custom = 3 ,
  Increment = 4 , Indexing = 5 , RGB = 6 , Mapping = 7
}
enum  RegularColor {
  Black = 0 , Red = 1 , Green = 2 , Blue = 3 ,
  Cyan = 4 , Magenta = 5 , Yellow = 6 , DarkYellow = 7 ,
  Navy = 8 , Purple = 9 , Wine = 10 , Olive = 11 ,
  DarkCyan = 12 , Royal = 13 , Orange = 14 , Violet = 15 ,
  Pink = 16 , White = 17 , LightGray = 18 , Gray = 19 ,
  LTYellow = 20 , LTCyan = 21 , LTMagenta = 22 , DarkGray = 23 ,
  SpecialV7Axis = 0xF7
}

Public Attributes

union { 
   unsigned char   column 
   unsigned char   custom [3] 
   unsigned char   regular 
   unsigned char   starting 
}; 
ColorType type

Member Enumeration Documentation

◆ ColorType

Enumerator
None 
Automatic 
Regular 
Custom 
Increment 
Indexing 
RGB 
Mapping 

◆ RegularColor

Enumerator
Black 
Red 
Green 
Blue 
Cyan 
Magenta 
Yellow 
DarkYellow 
Navy 
Purple 
Wine 
Olive 
DarkCyan 
Royal 
Orange 
Violet 
Pink 
White 
LightGray 
Gray 
LTYellow 
LTCyan 
LTMagenta 
DarkGray 
SpecialV7Axis 

Member Data Documentation

◆ [union]

union { ... } Origin::Color

◆ column

unsigned char Origin::Color::column

◆ custom

unsigned char Origin::Color::custom[3]

◆ regular

unsigned char Origin::Color::regular

◆ starting

unsigned char Origin::Color::starting

◆ type


The documentation for this struct was generated from the following file: