public PremultiplyAlphaValuesCommand(
bool
)
'Declaration
Public Function New( _
ByVal As Boolean _
)
'Usage
Dim convertToPremultipliedValues As Boolean
Dim instance As New PremultiplyAlphaValuesCommand(convertToPremultipliedValues)
public PremultiplyAlphaValuesCommand(
bool convertToPremultipliedValues
)
-(id)initWithConvertToPremultipliedValues:(BOOL)convertToPremultipliedValues;
public PremultiplyAlphaValuesCommand(boolean convertToPremultipliedValues)
function PremultiplyAlphaValuesCommand(
convertToPremultipliedValues
)
public:
PremultiplyAlphaValuesCommand(
bool
)