acldvppBorderType
The
The
enum acldvppBorderType {
BORDER_CONSTANT = 0, //Constant colored border
BORDER_REPLICATE, //Last element replicated throughout, like this: aaaaaa|abcdefgh|hhhhhhh
BORDER_REFLECT, //Mirror reflection of the border elements, like this: cba|abcde-fgh|hgf
BORDER_REFLECT_101 //Mirror reflection of the border elements, but with a slight change like this: cba|abcde-fgh|gf
};
Parent topic: Data Types and Operations