com.aspose.slides
Interface IAlphaBiLevel

All Superinterfaces:
IImageTransformOperation
All Known Implementing Classes:
AlphaBiLevel

public interface IAlphaBiLevel
extends IImageTransformOperation

Represents an Alpha Bi-Level effect. Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).


Use ImageTransformOperationFactory to create instaces in COM.


Method Summary
 float getThreshold()
           Returns effect threshold.
 void setThreshold(float value)
           Returns effect threshold.
 

Method Detail

getThreshold

float getThreshold()

Returns effect threshold. Read/write float.


setThreshold

void setThreshold(float value)

Returns effect threshold. Read/write float.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.