SKImageFilter.CreatePointLitDiffuse メソッド

定義

オーバーロード

名前 説明
CreatePointLitDiffuse(SKPoint3, SKColor, Single, Single)

バンプ マッピングを使用してポイント ライト拡散光を適用するイメージ フィルタを作成します。

CreatePointLitDiffuse(SKPoint3, SKColor, Single, Single, SKImageFilter)

バンプ マッピングを使用してポイント ライト拡散光を適用するイメージ フィルタを作成します。

CreatePointLitDiffuse(SKPoint3, SKColor, Single, Single, SKImageFilter, SKRect)

バンプ マッピングを使用してポイント ライト拡散光を適用するイメージ フィルタを作成します。

CreatePointLitDiffuse(SKPoint3, SKColor, Single, Single)

バンプ マッピングを使用してポイント ライト拡散光を適用するイメージ フィルタを作成します。

public static SkiaSharp.SKImageFilter CreatePointLitDiffuse(SkiaSharp.SKPoint3 location, SkiaSharp.SKColor lightColor, float surfaceScale, float kd);

パラメーター

location
SKPoint3

ライトの位置。

lightColor
SKColor

ライトの色。

surfaceScale
Single

バンプ マッピングのサーフェスの高さスケール ファクター。

kd
Single

拡散光定数。

返品

新しい SKImageFilterを返すか、エラー時に null します。

適用対象

CreatePointLitDiffuse(SKPoint3, SKColor, Single, Single, SKImageFilter)

バンプ マッピングを使用してポイント ライト拡散光を適用するイメージ フィルタを作成します。

public static SkiaSharp.SKImageFilter CreatePointLitDiffuse(SkiaSharp.SKPoint3 location, SkiaSharp.SKColor lightColor, float surfaceScale, float kd, SkiaSharp.SKImageFilter? input);

パラメーター

location
SKPoint3

ライトの位置。

lightColor
SKColor

ライトの色。

surfaceScale
Single

バンプ マッピングのサーフェスの高さスケール ファクター。

kd
Single

拡散光定数。

input
SKImageFilter

使用する入力フィルター、またはソース ビットマップを使用する null

返品

新しい SKImageFilterを返すか、エラー時に null します。

適用対象

CreatePointLitDiffuse(SKPoint3, SKColor, Single, Single, SKImageFilter, SKRect)

バンプ マッピングを使用してポイント ライト拡散光を適用するイメージ フィルタを作成します。

public static SkiaSharp.SKImageFilter CreatePointLitDiffuse(SkiaSharp.SKPoint3 location, SkiaSharp.SKColor lightColor, float surfaceScale, float kd, SkiaSharp.SKImageFilter? input, SkiaSharp.SKRect cropRect);

パラメーター

location
SKPoint3

ライトの位置。

lightColor
SKColor

ライトの色。

surfaceScale
Single

バンプ マッピングのサーフェスの高さスケール ファクター。

kd
Single

拡散光定数。

input
SKImageFilter

使用する入力フィルター、またはソース ビットマップを使用する null

cropRect
SKRect

出力処理が制限される四角形。

返品

新しい SKImageFilterを返すか、エラー時に null します。

適用対象