GrayScaleEffectiveData

GrayScaleEffectiveData class

Immutable object which representsepresents a Gray Scale effect. Converts all effect color values to a shade of gray, corresponding to their luminance. Effect alpha (opacity) values are unaffected.

public class GrayScaleEffectiveData : EffectEffectiveData<GrayScale, GrayScaleEffectiveData>, 
    IGrayScaleEffectiveData

See Also