template<class out_t>
class Kernels::DrawBars3< out_t >
Definition at line 30 of file signal_plot.cpp.
◆ process()
Plots three vertical bars.
- Parameters
-
bitmap | A bitmap to draw onto |
x | The horizontal coordinate |
y | The bar top vertical coordinate |
y1 | End of first bar (excluded) |
y2 | End of second bar (included) |
y3 | End of third bar (included) |
color1 | Color of 1st and 3rd bars |
color2 | Color of 2nd bar |
Definition at line 44 of file signal_plot.cpp.
49 ptr = pixint4::fromColor(
color1);
50 ptr += ptr.getWidth();
54 ptr = pixint4::fromColor(
color2);
55 ptr += ptr.getWidth();
57 ptr = pixint4::fromColor(
color2);
58 ptr += ptr.getWidth();
61 ptr = pixint4::fromColor(
color1);
62 ptr += ptr.getWidth();
64 ptr = pixint4::fromColor(
color1);
JNIEnv jlong jint jint color1
JNIEnv jlong jint jint jint jint y2
JNIEnv jlong jint jint jint color2
JNIEnv jlong jint jint jint y1
jobject jlong jint jint y
Beatmup::InternalBitmap * bitmap
The documentation for this class was generated from the following file: