Package legacy.video

This Video package contains all base classes used for rendition and graphics helpers

See:
          Description

Interface Summary
PalletFactory PalletFactory.class is an interface and used for defining pallets.
 

Class Summary
Colors Colors.class contains a list of standard predifined colors generaly used by various systems.
Pallets Pallets.class contains a list of standard predifined pallets or swatches generaly used by various systems.
WARNING No PalletFactory contained withing this class performs any checks and will forcably terminate the application if an attempt to apply a pallet to a null RGB pal or RGB pal of invalid length.
WARNING During constuction a call to the PalletFactory exented by Legacy.class and is parsed an pal of a predetmind size.
RGB RGB.class is a container for RGBA color composites with values ranging from 0 to 255 for each.
Warning access to componets r,g,b,a are public but may not effect the value used by any rendition service or class, these feild are availble for optimiziation considerations only.
 

Package legacy.video Description

This Video package contains all base classes used for rendition and graphics helpers