Vixen
02b45cc4
csharp
public record class SharpenAsset

An unsharp mask, for the softness a temporal resolve leaves behind.

Read the guide page for this →

Fields and properties (7)

  • public string Name

    The node's name, for debug groups and for a human reading the file.

  • public bool Enabled

    Whether the node runs.

  • public string Source

    The image it sharpens.

  • public string Output

    The name the result is published under.

  • public PixelFormat Format

    The format of the target it declares.

  • public bool PerChannel

    Whether each channel is sharpened separately rather than by luminance.

  • public float Sharpness

    How much of the mask is added back.

Used by (4)

  • PostEffectFactoryVixen.Rendering.PostFx
  • PostEffectTestsVixen.Rendering.PostFx.Tests
  • TypeRegistrationVixen.Rendering.PostFx
  • Vixen_Rendering_PostFx_SharpenAssetSerializerVixen.Rendering.PostFx