Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
hdicoreArtColor.h File Reference

Header file for art color manipulation. More...

#include "hdicoreAngle.h"
#include "hdicoreSize.h"
#include "hdicoreArtboardPoint.h"
#include "hdicoreTransformMatrix.h"
Include dependency graph for hdicoreArtColor.h:
This graph shows which files directly or indirectly include this file:

Classes

class  hdi::core::ArtColor
 Describes the color of art on the artboard. More...
 
class  hdi::core::ArtColor::Channels
 Stores all the possible representations of a color-based ArtColor in all supported color models; the original model is indicated by the master member. More...
 
struct  hdi::core::ArtColor::Channels::RGB
 Describes a set of RGB channels. More...
 
struct  hdi::core::ArtColor::Channels::CMYK
 Describes a set of CMYK channels. More...
 
struct  hdi::core::ArtColor::Channels::Lab
 Describes a set of Lab channels. More...
 
struct  hdi::core::ArtColor::Channels::HSB
 Describes a set of HSB channels. More...
 
class  hdi::core::ArtColor::GradientStyle
 Describes a gradient that has been applied to some art. More...
 
class  hdi::core::ArtColor::PatternStyle
 Describes a pattern that has been applied to some art. More...
 

Typedefs

typedef std::unique_ptr< ArtColor > hdi::core::ArtColorUP
 
typedef std::shared_ptr< ArtColor > hdi::core::ArtColorSP
 
typedef std::weak_ptr< ArtColor > hdi::core::ArtColorWP
 

Functions

aip::ArtColor * hdi::core::__accessImpl (const ArtColor &)
 
ArtColor hdi::core::__accessCtor (const aip::ArtColor &)
 
hdi::core::ArtColor::NamedFlags operator| (const hdi::core::ArtColor::NamedFlags lhs_, const hdi::core::ArtColor::NamedFlags rhs_)
 
hdi::core::ArtColor::NamedFlagsoperator|= (hdi::core::ArtColor::NamedFlags &lhs__, const hdi::core::ArtColor::NamedFlags rhs_)
 

Detailed Description

Header file for art color manipulation.