/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * */ #ifndef INCLUDED_INCLUDE_VCL_BITMAPALPHACLAMPFILTER_HXX #define INCLUDED_INCLUDE_VCL_BITMAPALPHACLAMPFILTER_HXX #include /** If the alpha is beyond a certain threshold, make it fully transparent */ class VCL_DLLPUBLIC BitmapAlphaClampFilter final : public BitmapFilter { public: BitmapAlphaClampFilter(sal_uInt8 cThreshold) : mcThreshold(cThreshold) { } virtual BitmapEx execute(BitmapEx const& rBitmapEx) const override; private: sal_uInt8 mcThreshold; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/elementary/cmd/sc_extrusiondirectionfloater.png
AgeCommit message (Expand)Author
2018-10-20elementary: fix for tdf#119073, + 32px chart configuration,3D setting, headin...Rizal Muttaqin
2018-09-24Remove accidental addition of executable bit under icon-themes/*Adolfo Jayme Barrientos
2018-09-24elementary: improve many icons, add more 32 pxRizal Muttaqin
2017-11-27Elementary-icons update icon themeandreas kainz
2015-12-028 bit palettes are on the slow path for quartz/svp/gtk3Caolán McNamara
2015-10-05move elementary bitmaps in placeBjoern Michaelsen