Shape.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 Shape
The ApplyEffectColorBalance method applies a color-balance effect to a shape.
Parameter
Description
CyanRed
Specifies the cyan/red value
MagentaGreen
Specifies the magenta/green value
YellowBlue
Specifies the yellow/blue value
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.