wip
This commit is contained in:
@@ -825,10 +825,10 @@ void AnnotatedCameraWidget::drawLaneLines(QPainter &painter, const UIState *s) {
|
||||
|
||||
// CLEARPILOT: color channel code rewriten to allow custom colors
|
||||
// Define base RGB color and alpha
|
||||
int base_red = 200; // Dark red component
|
||||
int base_green = 0; // Minimal green component
|
||||
int base_blue = 0; // Minimal blue component
|
||||
float base_alpha = 0.75; // 60% opacity
|
||||
int base_red = 150; // Dark red component
|
||||
int base_green = 150; // Minimal green component
|
||||
int base_blue = 150; // Minimal blue component
|
||||
float base_alpha = 0.4; // 60% opacity
|
||||
|
||||
QColor baseColor(base_red, base_green, base_blue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user