FMX.Filter.Effects.TFilterPixelate

提供: RAD Studio API Documentation
移動先: 案内検索

FMX.Filter.Effects.TFilterBaseFilterFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFilterPixelate

Delphi

TFilterPixelate = class(TFilterBaseFilter)

C++

class PASCALIMPLEMENTATION TFilterPixelate : public TFilterBaseFilter

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects FMX.Filter.Effects

説明

TFilterPixelate は、TPixelateEffect のラッパーです。

FMX.Filter.Effects.TFilterPixelate は FMX.Filter.Effects.TPixelateEffect を継承しています。以下の内容はすべて FMX.Filter.Effects.TPixelateEffect を参照しています。

TPixelateEffect は、表示オブジェクトのテクスチャを画素化する効果を作成するクラスです。

詳細は、「TImageFXEffect」および「FireMonkey の画像効果」を参照してください。

TPixelateEffect ではテクスチャの詳細が単純化されます。詳細の量は BlockCount プロパティで変更できます。

以下の表は、フォームに配置された透明な背景の .png 画像(TImage オブジェクトを使用)に対して TPixelateEffect 効果を適用した結果を示しています。BlockCount のプロパティにはデフォルト値(BlockCount= 25)が使用されています。

効果を適用しない場合(元の画像) 結果

FireMonkey logo NoEffects.PNG

FireMonkey logo TPixelateEffect.PNG

関連項目

コード例