The clip :: core module

The clip :: core module provides functions, constants and global variables for performing basic operations related to clips.

Required modules

numeric :: rounding, array :: core

Functions

NameDescription

ColorSpace()

Returns the colorspace of base as a string in the format used by Overlay()...

IsPixelType()

Returns true if pixel_type is a valid pixel type string (as it is used by many Avisynth filters)...

MakeRGBColor()

Returns an RGB color value, mapping appropriately the red, green, blue values (modul...

SafeHeight()

Returns (by rounding) the closest to target_height safe height...

SafeWidth()

Returns (by rounding) the closest to target_width safe width...

SplitRGBColor()

Returns an (R, G, B) integer array, mapping appropriately the rgb_color RGB color value to red, green, blu...

Constants

None

Variables

None