ExpaResource.ExpaResource

ExpaResource()

Initializes a new instance of the ExpaResource class.

public ExpaResource()

See Also


ExpaResource(float, float, float)

Initializes a new instance of the ExpaResource class.

public ExpaResource(float exposure, float offset, float gamma)
ParameterTypeDescription
exposureSingleThe exposure.
offsetSingleThe offset.
gammaSingleThe gamma.

See Also


ExpaResource(byte[])

Initializes a new instance of the ExpaResource class.

public ExpaResource(byte[] bytes)
ParameterTypeDescription
bytesByte[]The bytes.

Exceptions

exceptioncondition
PsdImageArgumentExceptionInvalid Expa Resource data

See Also