|
|
Black Light Neon Accent Tubes
|
|
|
12 volt black light neon automotive accent tubes. Available in 6", 9", 10",15" and 20" sizes. For interior use only. |
Black Light Neon Accent Tubes
One Pair. 12" Black Neon Accent Tubes
|
MSRP $44.99
|
|
Black Light Neon Accent Tubes
One Pair. 6" Black Neon Accent Tubes
|
MSRP $39.99
|
|
Black Light Neon Accent Tubes
One Pair. 9" Black Neon Accent Tubes
|
MSRP $42.99
|
|
Black Light Neon Accent Tubes
10" Black Light Accent Tube
|
MSRP $27.99
|
|
Black Light Neon Accent Tubes
15" Black Light Accent Tube
|
MSRP $29.99
|
|
Black Light Neon Accent Tubes
20" Black Light Accent Tube
|
MSRP $32.99
|
|
|
|
Highlight white & fluorescent colored objects within your vehicle with 12 volt black lights. Available in 6", 9", 10",15" and 20" lengths (interior use only). Simple plug-in adapter or permanent 2 wire hook-up. Comes with installation instructions, hardware and a lifetime warranty.
These new 12 volt black light Black Neon® Accent Tubes now have more power and come with translucent end caps. (Due to the nature of Black-Neon®, when neon is on, it will not emit any light visible to the naked eye, it emits ultraviolet rays which are not visible.) In other words, the picture of the lit floor is only a representation of this product.
Contents
- 1- Neon Accent Tube
- 2- 1/2" Screws
- 2- Wire Connectors
Instructions
1) Install in desired location with screws provided.
2) Plug in cigarette lighter adapter.
3) Enjoy!
**For Permanent Installation
- 1) Install in desired location with screws provided.
- 2) Cut off cigarette lighter adapter.
- 3) Connect (+) white wire to a switch.
- 4) Connect (-) black whire to ground.
- 5) Connect a constant 12V power source to switch.
- 6) Make sure all connections are properly insulated with electrical tape.
- 7) Enjoy!
**Professional installation recommended - see an authorized StreetGlow dealer
For interior use only
/*
EasyThumbnail - versão 0.1 - Por Rogério Bragil - Esta classe
cria um thumbnail de uma imagem através de um cálculo de aproximação. Você
pode criar miniaturas de imagens de diferentes tamanhos que o resultado será
uma coleção de thumbnails de dimensões parecidas. Ideal para albuns de fotos,
onde basta você fazer o upload da imagem e deixar a classe gerar o thumbnail.
OBS: trabalha com jpg e png somente.
e-mail: bragil@webdevel.com.br - Qualquer sugestão, dúvida ou crítica serão bem aceitos!
*/
class EasyThumbnail
{
// private
var $debug = true;
// private
var $errflag = false;
// private
var $ext;
// private
var $origem;
// private
var $destino;
// private
var $errormsg;
var $image;
function EasyThumbnail($imagem, $destino, $aprox)
{
// se o arquivo não existir, erro
if (!file_exists($imagem))
{
$this->errormsg= "Image does not exist.";
return false;
}
else
{
$this->origem= $imagem;
$this->destino= $destino;
}
// obtém a extensão do arquivo
if (!$this->ext= $this->getExtension($imagem))
{
$this->errormsg= "Invalid Extension.";
return false;
}
// gera a imagem do thumbnail com o caminho e nome do arquivo especificados
// $this->image = $this->createThumbImg($aprox);
}
// retorna as dimensões (x,y) do thumbnail a ser gerado
function getThumbXY($x, $y, $aprox)
{
if ($x >= $y)
{
if ($x > $aprox)
{
$x1= (int)($x * ($aprox/$x));
$y1= (int)($y * ($aprox/$x));
}
else
{
$x1= $x;
$y1= $y;
}
}
else
{
if ($y > $aprox)
{
$x1= (int)($x * ($aprox/$y));
$y1= (int)($y * ($aprox/$y));
}
// Caso a imagem seja menor do que
// deve ser aproximado, mantém tamanho original para o thumb.
else
{
$x1= $x;
$y1= $y;
}
}
$vet= array("x" => $x1, "y" => $y1);
return $vet;
}
// cria a imagem do thumbnail
function createThumbImg($aprox)
{
// imagem de origem
$img_origem= $this->createImg();
// obtém as dimensões da imagem original
$origem_x= ImagesX($img_origem);
$origem_y= ImagesY($img_origem);
// obtém as dimensões do thumbnail
$vetor= $this->getThumbXY($origem_x, $origem_y, $aprox);
$x= $vetor['x'];
$y= $vetor['y'];
// cria a imagem do thumbnail
$img_final = ImageCreateTrueColor($x, $y);
// $img_final = ImageCreate($x, $y);
ImageCopyResampled($img_final, $img_origem, 0, 0, 0, 0, $x+1, $y+1, $origem_x, $origem_y);
// o arquivo é gravado
if ($this->ext == "png")
imagepng($img_final, $this->destino);
elseif ($this->ext == "jpg")
imagejpeg($img_final, $this->destino);
// return $img_final;
}
// cria uma imagem a partir do arquivo de origem
function createImg()
{
// imagem de origem
if ($this->ext == "png")
$img_origem= imagecreatefrompng($this->origem);
elseif ($this->ext == "jpg" || $this->ext == "jpeg")
$img_origem= imagecreatefromjpeg($this->origem);
return $img_origem;
}
// obtém a extensão do arquivo
function getExtension($imagem)
{
// isso é para obter o mime-type da imagem.
$mime= getimagesize($imagem);
if ($mime[2] == 2)
{
$ext= "jpg";
return $ext;
}
else
if ($mime[2] == 3)
{
$ext= "png";
return $ext;
}
else
return false;
}
// mensagem de erro
function getErrorMsg()
{
return $this->errormsg;
}
function isError()
{
return $this->errflag;
}
}
?>
You may also enjoy these other fine products from 12v Auto Tech
|
12v Lava Neon Tubes
|
Lava Neon Tubes provide an exciting visual effect for your custom car lighting. Be mesmerized by the neon light flowing through these 12v lights.
|
|
|
Lightning Neon Tubes
|
The look of lightning is now available for your custom car neon lighting plans. These tubes send a stream of cracked neon that is sure to add to your car light display. Available in 15" or 20".
|
|
|
Cobra XRS-9700
|
11 Band Radar/Laser Detector with IntelliShieldTM and Voice Alert®
|
|
|
|