ShapeRange.ApplyEffectColorBalance
Sub ApplyEffectColorBalance( CyanRed As Long , MagentaGreen As Long , YellowBlue As Long , [ ApplyToShadows As Boolean = True], [ ApplyToMidtones As Boolean = True], [ ApplyToHighlights As Boolean = True], [ PreserveLuminance As Boolean = True])
Description
Member of ShapeRange
The ApplyEffectColorBalance method applies a color-balance effect to the shapes in a shape range.
Parameter
Description
CyanRed
Specifies the cyan/red level
MagentaGreen
Specifies the magenta/green level
YellowBlue
Specifies the yellow/blue level
ApplyToShadows
Specifies whether to apply the effect to shadows. This parameter is optional, and its default value is True .
ApplyToMidtones
Specifies whether to apply the effect to midtones. This parameter is optional, and its default value is True .
ApplyToHighlights
Specifies whether to apply the effect to highlights. This parameter is optional, and its default value is True .
PreserveLuminance
Specifies whether to preserve luminance. This parameter is optional, and its default value is True .
Copyright 2013 Corel Corporation. All rights reserved.