C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D.Effects Namespace / LinearTransfer Class


LinearTransfer Class Properties

For a list of all members of this type, see LinearTransfer members.

Public Properties
 NameDescription
Public PropertyIf 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.  
Public PropertyThe slope of the linear function for the Alpha channel.  
Public PropertyThe Y-intercept of the linear function for the Alpha channel.  
Public PropertyIf 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.  
Public PropertyThe slope of the linear function for the Blue channel.  
Public PropertyThe Y-intercept of the linear function for the Blue channel.  
Public PropertyGets or sets Cached property. (Inherited from C1.Util.DX.Direct2D.Properties)
Public PropertyWhether 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.  
Public PropertyGets or sets the associated instance of C1.Util.DX.Direct2D.CustomEffect. (Inherited from C1.Util.DX.Direct2D.Effect)
Public PropertyIf 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.  
Public PropertyThe slope of the linear function for the Green channel.  
Public PropertyThe Y-intercept of the linear function for the Green channel.  
Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
Public PropertyGet a pointer to the underlying Cpp Object (Inherited from C1.Util.DX.CppObject)
Public PropertyIf 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.  
Public PropertyThe slope of the linear function for the Red channel.  
Public PropertyThe Y-intercept of the linear function for the Red channel.  
Public PropertyGets or sets a custom user tag object to associate with this instance.. (Inherited from C1.Util.DX.CppObject)
Top
See Also