List of all members.
Member Function Documentation
list Geo::GDAL::ColorTable::ColorEntries |
( |
list |
color_entries | ) |
|
Get or set the color entries.
- Parameters:
-
- Returns:
- a table of color entries (a list of lists) in a non void context
list Geo::GDAL::ColorTable::ColorEntry |
( |
scalar |
i, |
|
|
list |
color |
|
) |
| |
Get or set a color entry.
- Parameters:
-
- Returns:
- a color entry
Geo::GDAL::ColorTable::CreateColorRamp |
( |
scalar |
start_index, |
|
|
listref |
start_color, |
|
|
scalar |
end_index, |
|
|
listref |
end_color |
|
) |
| |
- Parameters:
-
start_index | |
start_color | |
end_index | |
end_color | |
list Geo::GDAL::ColorTable::GetColorEntry |
( |
scalar |
i | ) |
|
- Parameters:
-
- Returns:
- array ColorEntry = ($c1, $c2, $c3, $c4)
list Geo::GDAL::ColorTable::GetColorEntryAsRGB |
( |
scalar |
i | ) |
|
- Parameters:
-
- Returns:
- array ColorEntry = ($r, $g, $b, $alpha)
scalar Geo::GDAL::ColorTable::GetCount |
( |
| ) |
|
- Returns:
- scalar (count of color entries as int)
scalar Geo::GDAL::ColorTable::GetPaletteInterpretation |
( |
| ) |
|
- Returns:
- paletter interpretation (string)
Geo::GDAL::ColorTable::SetColorEntry |
( |
scalar |
index, |
|
|
list |
ColorEntry |
|
) |
| |
- Parameters:
-
index | |
ColorEntry | a list or a reference to an array |
The documentation for this class was generated from the following file: