名前 | 解説 | |
---|---|---|
AlphaDisable | If you set this to TRUE it does not apply the transfer function to the Alpha channel. An identity transfer function is used. If you set this to FALSE it applies the gamma transfer function to the Alpha channel. | |
AlphaSlope | The slope of the linear function for the Alpha channel. | |
AlphaYIntercept | The Y-intercept of the linear function for the Alpha channel. | |
BlueDisable | If you set this to TRUE it does not apply the transfer function to the Blue channel. An identity transfer function is used. If you set this to FALSE it applies the gamma transfer function to the Blue channel. | |
BlueSlope | The slope of the linear function for the Blue channel. | |
BlueYIntercept | The Y-intercept of the linear function for the Blue channel. | |
Cached | Gets or sets Cached property. C1.Util.DX.Direct2D.Propertiesから継承されます。 | |
ClampOutput | Whether the effect clamps color values to between 0 and 1 before the effect passes the values to the next effect in the graph. The effect clamps the values before it premultiplies the alpha. if you set this to TRUE the effect will clamp the values. If you set this to FALSE, the effect will not clamp the color values, but other effects and the output surface may clamp the values if they are not of high enough precision. | |
CustomEffect | Gets or sets the associated instance of C1.Util.DX.Direct2D.CustomEffect. C1.Util.DX.Direct2D.Effectから継承されます。 | |
GreenDisable | If you set this to TRUE it does not apply the transfer function to the Green channel. An identity transfer function is used. If you set this to FALSE it applies the gamma transfer function to the Green channel. | |
GreenSlope | The slope of the linear function for the Green channel. | |
GreenYIntercept | The Y-intercept of the linear function for the Green channel. | |
IsDisposed | Gets a value indicating whether this instance is disposed. C1.Util.DX.DisposeBaseから継承されます。 | |
NativePointer | Get a pointer to the underlying Cpp Object C1.Util.DX.CppObjectから継承されます。 | |
RedDisable | If you set this to TRUE it does not apply the transfer function to the Red channel. An identity transfer function is used. If you set this to FALSE it applies the gamma transfer function to the Red channel. | |
RedSlope | The slope of the linear function for the Red channel. | |
RedYIntercept | The Y-intercept of the linear function for the Red channel. | |
Tag | Gets or sets a custom user tag object to associate with this instance.. C1.Util.DX.CppObjectから継承されます。 |