MCPcopy Create free account
hub / github.com/creatale/node-dv / Brush

Method Brush

deps/tesseract/viewer/scrollview.cpp:631–633  ·  view source on GitHub ↗

Set the brush color to the given RGB values.

Source from the content-addressed store, hash-verified

629
630// Set the brush color to the given RGB values.
631void ScrollView::Brush(int red, int green, int blue) {
632 SendMsg("brush(%d,%d,%d)", red, green, blue);
633}
634
635// Set the brush color to the given RGB values.
636void ScrollView::Brush(int red, int green, int blue, int alpha) {

Callers 15

do_re_displayMethod · 0.80
DisplayColSegmentsMethod · 0.80
DisplayColSegmentGridMethod · 0.80
DisplayColPartitionsMethod · 0.80
DisplayMethod · 0.80
plot_box_listFunction · 0.80
plot_word_decisionsFunction · 0.80
DisplayGoodBlobsMethod · 0.80
DisplayDiacriticsMethod · 0.80
DisplayBoxesMethod · 0.80
FindTabBoxesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected