| 77 | // Main properties |
| 78 | |
| 79 | color_t Document::bgColor() const |
| 80 | { |
| 81 | return color_utils::color_for_target( |
| 82 | Preferences::instance().colorBar.bgColor(), |
| 83 | ColorTarget(ColorTarget::BackgroundLayer, |
| 84 | sprite()->pixelFormat(), |
| 85 | sprite()->transparentColor())); |
| 86 | } |
| 87 | |
| 88 | color_t Document::bgColor(Layer* layer) const |
| 89 | { |
no test coverage detected