DECLARE SUB DQBsetBMap (BYVAL BMap, BYVAL ForeCol, BYVAL BackCol, BYVAL NewCol)
BMap - BMap number to edit
ForeCol - Foreground color
BackCol - Background color
NewCol - Color of the resulting combination
none
Sets a color for the specified combination on the specified blender map. Never try to set the combinations for an unmapped foreground color!
See also DQBcreateBMap, DQBgetBMap, DQBloadBMap and DQBsaveBMap
See DQBbPut example