getter for alpha, red, green and blue components packed as a single int for use with display adaptor
Warningmay be inacurate if any component has been directly altered.
getConfiguration() is called once and is used to set the enviroment for
the game values are read once only and will any changes will not be
recoginized internaly.
getInputStreamProtocol(String) return a readable stream from a string location.
Allowed Protocols
jar:// ie jar://c:/path/my.jar/mypackage/myfile.txt Warning will not allow recusive jar files and oly allows acces to local storage devices
zip:// indenticle to above
file:// ie file://c:/myfile.txt where myfile.txt is located on a logical(local) device
http:// as per URL
socket://address/port ie socket://127.0.0.1/256 where a socket will stream the data from a port 256 from this machine
failing this getInputStreamProtocol will attemt to load the location as from a url or file.
getVideoCodecToolkit() allows access to the initialized VideoAdapter for codec use
Note has been left not protected or not Restricted as access to functions as yet have not been deemed detrimental
to use by any class as should always be set before access to can be called except for instances where an attempt to
access has been made from a legacy.Legacy.getConfiguration() call.