Top | ![]() |
![]() |
![]() |
![]() |
BColorMap * | b_color_map_new () |
BColorMap * | b_color_map_copy () |
gint | b_color_map_size () |
guint32 | b_color_map_get () |
void | b_color_map_set_monochrome () |
void | b_color_map_set_transition () |
void | b_color_map_set_custom () |
BColorMap *
b_color_map_new (void
);
Create a new BColorMap and set it to the default "stock" palette.
BColorMap *
b_color_map_copy (BColorMap *pal
);
Create a copy of pal
, an existing BColorMap.
void b_color_map_set_monochrome (BColorMap *pal
,guint32 c
);
Set the color map palette to have only one color.
void b_color_map_set_transition (BColorMap *pal
,guint32 c1
,guint32 c2
);
Set the color map palette to have two colors.