KiCad PCB EDA Suite
Loading...
Searching...
No Matches
selection_area.cpp File Reference

Go to the source code of this file.

Classes

struct  SELECTION_COLORS
 

Variables

static const SELECTION_COLORS selectionColorScheme [2]
 

Variable Documentation

◆ selectionColorScheme

const SELECTION_COLORS selectionColorScheme[2]
static
Initial value:
= {
{
COLOR4D( 0.3, 0.3, 0.7, 0.3 ),
COLOR4D( 0.3, 0.7, 0.3, 0.3 ),
COLOR4D( 0.7, 0.3, 0.3, 0.3 ),
COLOR4D( 0.7, 0.3, 0.3, 0.3 ),
COLOR4D( 1.0, 1.0, 0.4, 1.0 ),
},
{
COLOR4D( 0.5, 0.3, 1.0, 0.5 ),
COLOR4D( 0.5, 1.0, 0.5, 0.5 ),
COLOR4D( 1.0, 0.5, 0.5, 0.5 ),
COLOR4D( 1.0, 0.5, 0.5, 0.5 ),
COLOR4D( 0.7, 0.7, 0.0, 1.0 ),
}
}
A color representation with 4 components: red, green, blue, alpha.
Definition: color4d.h:104

Definition at line 44 of file selection_area.cpp.

Referenced by KIGFX::PREVIEW::SELECTION_AREA::ViewDraw().