RedGreenTint

EmfColorAdjustment.RedGreenTint property

Gets or sets 16-bit signed integer that specifies the amount of red or green tint adjustment to be applied to the source object. This value SHOULD be in the range from –100 to 100. Positive numbers adjust towards red and negative numbers adjust towards green. A value of zero means tint adjustment MUST NOT be performed

public short RedGreenTint { get; set; }

See Also