←Select platform

ConvertToPremultipliedValues Property

Summary

Indicates whether to convert to or from premultiplied alpha values.

Syntax
C#
VB
Objective-C
C++
Java
public bool ConvertToPremultipliedValues { get; set; } 
Public Property ConvertToPremultipliedValues As Boolean 
@property (nonatomic, assign) BOOL convertToPremultipliedValues; 
public boolean getConvertToPremultipliedValues() 
public void setConvertToPremultipliedValues(boolean value) 
public: 
property bool ConvertToPremultipliedValues { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to convert to premultiplied alpha values; false to convert from premultiplied alpha values.

Example

For an example, refer to PremultiplyAlphaValuesCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly