215 if (!
gPad->IsBatch()) {
240 out<<
" "<<
name<<
"->SetFillColor(ci);" << std::endl;
R__EXTERN TStyle * gStyle
Fill Area Attributes class.
virtual Color_t GetFillColor() const
Return the fill area color.
void Copy(TAttFill &attfill) const
Copy this fill attributes to a new TAttFill.
virtual Style_t GetFillStyle() const
Return the fill area style.
virtual void Modify()
Change current fill area attributes if necessary.
Style_t fFillStyle
Fill area style.
virtual ~TAttFill()
AttFill destructor.
Color_t fFillColor
Fill area color.
TAttFill()
AttFill default constructor.
virtual void SetFillColorAlpha(Color_t fcolor, Float_t falpha)
Set a transparent fill color.
virtual void SetFillAttributes()
Invoke the DialogCanvas Fill attributes.
virtual void ResetAttFill(Option_t *option="")
Reset this fill attributes to default values.
virtual void SaveFillAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001)
Save fill attributes as C++ statement(s) on output stream out.
static void SaveColor(std::ostream &out, Int_t ci)
Save a color with index > 228 as a C++ statement(s) on output stream out.
static Int_t GetColorTransparent(Int_t color, Float_t a)
Static function: Returns the transparent color number corresponding to n.
static void UpdateFillAttributes(Int_t col, Int_t sty)
Update fill attributes via the pad editor.