Daisuke Maki > Google-Chart-0.05003 > Google::Chart::Fill::Solid

Download:
Google-Chart-0.05003.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  4
Open  3
View Bugs
Report a bug
Source   Latest Release: Google-Chart-0.05014

NAME ^

Google::Chart::Fill::Solid - Apply Solid Fill

SYNOPSIS ^

  use Google::Chart;
  Google::Chart->new(
    fill => {
      args => {
        color => "ffccff",
        target => "bg",
      }
    }
  );

  Google::Chart->new(
    fill => Google::Chart::Fill::Solid->new(
      color => "ffcff",
      target => "bg"
    )
  );