ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearColorBook Class |
The following tables list the members exposed by ImGearColorBook.
Name | Description | |
---|---|---|
ImGearColorBook Constructor | Overloaded. |
Name | Description | |
---|---|---|
add | Adds a color to the color book. | |
create | Creates and initializes an instance of ImGearColorBooks class. | |
get | Returns a color with the specified ID from the color book. | |
getColors | Gets the array of individual color records held by the color book.
| |
getColorsPerPage | Gets the maximum number of colors that can appear on a page.
The maximum number of colors per page must be less than or equal to 9. | |
getColorType | Gets the color space value used for displaying all the colors from the color book.
This value can be RGB, CMYK or Lab. | |
getDescription | Gets the color book copyright information.
| |
getFileName | Gets the color book file name.
| |
getKeyColorPage | Gets the key color on the page.
Key color on the page must be less than or equal to colors per page. | |
getNumberOfColors | Gets the number of colors in the color book.
The number of colors in the color book must be less than or equal to 8000. | |
getPostfix | Gets the color book postfix string value.
| |
getPrefix | Gets the color book prefix string value.
| |
getTitle | Gets the color book title.
| |
getVendorID | Gets the color book vendor ID value.
| |
iterator | Returns IEnumerator interface used for enumeration all the colors in the color book. |