com.aspose.slides.pptx
Class ColorOperationEx

java.lang.Object
  extended by com.aspose.slides.pptx.ColorOperationEx

public class ColorOperationEx
extends java.lang.Object

Represents different color operations used for color transformations.


Constructor Summary
ColorOperationEx(ColorTransformOperationEx op)
          Creates new color transform operation.
ColorOperationEx(ColorTransformOperationEx op, float parameter)
          Creates new color transform operation.
 
Method Summary
 ColorTransformOperationEx getOperationType()
          Returns the type of an operation.
 float getParameter()
          Returns a parameter of an operation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorOperationEx

public ColorOperationEx(ColorTransformOperationEx op)
Creates new color transform operation.

Parameters:
op - operation type. See ColorTransformOperationEx.

ColorOperationEx

public ColorOperationEx(ColorTransformOperationEx op,
                        float parameter)
Creates new color transform operation.

Parameters:
op - operation type. See ColorTransformOperationEx.
parameter - operation parameter.
Method Detail

getOperationType

public ColorTransformOperationEx getOperationType()
Returns the type of an operation.

Returns:
See ColorTransformOperationEx.

getParameter

public float getParameter()
Returns a parameter of an operation.