Class GrayscaleBt601Processor
Applies a grayscale filter matrix using the given amount and the formula as specified by ITU-R Recommendation BT.601
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Processing.Processors.Filters
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class GrayscaleBt601Processor : FilterProcessor, IImageProcessorConstructors
| Improve this Doc View SourceGrayscaleBt601Processor(Single)
Initializes a new instance of the GrayscaleBt601Processor class.
Declaration
public GrayscaleBt601Processor(float amount)Parameters
| Type | Name | Description | 
|---|---|---|
| Single | amount | The proportion of the conversion. Must be between 0 and 1. | 
Properties
| Improve this Doc View SourceAmount
Gets the proportion of the conversion
Declaration
public float Amount { get; }Property Value
| Type | Description | 
|---|---|
| Single |