GreenOffsetColorTransform(Single) Constructor
Initializes a new instance of the GreenOffsetColorTransform class with specified settings.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Single | The green offset. A value between -1.0 and 1.0. |
Remarks
The value parameter should range from -1.0 to 1.0, where negative values decrease the green component and positive values increase the green component.
See Also