Contents

kvImageInvalidEdgeStyle

The edge style specified is invalid.

Declaration

var kvImageInvalidEdgeStyle: Int { get }

Discussion

The edge style specified is invalid. This usually means that a particular function requires you to set at least one edge option flag (kvImageCopyInPlace, kvImageBackgroundColorFill, or kvImageEdgeExtend), but you did not specify one. See Processing Flags for more information about these flags.

See Also

Constants