Type | Description | |||
Channel as ColorAdjustmentChannelEnum | A ColorAdjustmentChannelEnum expression that specifies the channel to be changed. | |||
Long | A Long expression that specifies the percent of contrast / color to apply to the layer. |
The following screen shot shows the layer, with all Contrast properties on 50% ( default ):
The following screen shot shows the layer, with more red, Contrast(exAllChannels) = 0, Contrast(exRedChannel) = 75:
By default, the AllowSmoothChange property is exLayerTransparency | exLayerBrightness | exLayerContrast. Use the AllowSmoothChange property to disable changing gradually any brightness / contrast or the transparency, of the layer. For instance, a gradually change means that you can change the layer's transparency from 0 to 50 in a short time, with intermediate values ( smooth change ).
The AllowSmoothChange property changes gradually one / or more properties like follow:
The MouseIn / MouseOut event notifies your application when the cursor is entering / leaving the layer. The MouseMove event is generated continually as the mouse pointer moves across objects. The AllowSmoothChange property specifies the properties of the layers that support smooth change. For instance, you can use the MouseIn / MouseOut event to change gradually the brightness / contrast or the transparency, of the layer, while the AllowSmoothChange property is not exSmoothChangeless.