![]() | ![]() | ![]() | AMITK Reference Manual | ![]() |
---|
amitk_color_table —
enum AmitkColorTable; typedef color_data_t; typedef color_data16_t; typedef hsv_data_t; #define amitk_color_table_rgba_to_uint32(rgba) rgba_t amitk_color_table_outline_color (AmitkColorTable which, gboolean highlight); rgba_t amitk_color_table_lookup (amide_data_t datum, AmitkColorTable which, amide_data_t min, amide_data_t max); const gchar* amitk_color_table_get_name (const AmitkColorTable which);
typedef enum { AMITK_COLOR_TABLE_BW_LINEAR, AMITK_COLOR_TABLE_WB_LINEAR, AMITK_COLOR_TABLE_BWB_LINEAR, AMITK_COLOR_TABLE_WBW_LINEAR, AMITK_COLOR_TABLE_RED_TEMP, AMITK_COLOR_TABLE_INV_RED_TEMP, AMITK_COLOR_TABLE_BLUE_TEMP, AMITK_COLOR_TABLE_INV_BLUE_TEMP, AMITK_COLOR_TABLE_GREEN_TEMP, AMITK_COLOR_TABLE_INV_GREEN_TEMP, AMITK_COLOR_TABLE_HOT_METAL, AMITK_COLOR_TABLE_INV_HOT_METAL, AMITK_COLOR_TABLE_HOT_BLUE, AMITK_COLOR_TABLE_INV_HOT_BLUE, AMITK_COLOR_TABLE_HOT_GREEN, AMITK_COLOR_TABLE_INV_HOT_GREEN, AMITK_COLOR_TABLE_SPECTRUM, AMITK_COLOR_TABLE_INV_SPECTRUM, AMITK_COLOR_TABLE_NIH_WHITE, AMITK_COLOR_TABLE_INV_NIH_WHITE, AMITK_COLOR_TABLE_NIH, AMITK_COLOR_TABLE_INV_NIH, AMITK_COLOR_TABLE_NUM } AmitkColorTable;
#define amitk_color_table_rgba_to_uint32(rgba) (((rgba).r<<24) | ((rgba).g<<16) | ((rgba).b<<8) | ((rgba).a<<0))
rgba : |
rgba_t amitk_color_table_outline_color (AmitkColorTable which, gboolean highlight);
which : | |
highlight : | |
Returns : |
rgba_t amitk_color_table_lookup (amide_data_t datum, AmitkColorTable which, amide_data_t min, amide_data_t max);
datum : | |
which : | |
min : | |
max : | |
Returns : |
const gchar* amitk_color_table_get_name (const AmitkColorTable which);
which : | |
Returns : |
<< Part II. AMITK Core Objects | amitk_common >> |