aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml/splashscreen/ColorOverlayEffect.qml
blob: 9922076055e78ba74ac3fee71687be325f135eeb (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0

import QtQuick 2.0
import Qt5Compat.GraphicalEffects

ColorOverlay {
    id: colorOverlay
    color: "#80fff000"
}