| 243 | } |
| 244 | |
| 245 | bool |
| 246 | LayerProperties::is_visual () const |
| 247 | { |
| 248 | return valid (true) && visible (true) && (layer_index () >= 0 || is_cell_box_layer ()); |
| 249 | } |
| 250 | |
| 251 | tl::color_t |
| 252 | LayerProperties::eff_frame_color (bool real) const |
no test coverage detected