Sponsored Content
Full Discussion: Cool new logo
The Lounge What is on Your Mind? Cool new logo Post 302203729 by Dave Miller on Monday 9th of June 2008 04:55:43 PM
Old 06-09-2008
Wow.

Maybe it's an American thing.

On the other board, the first thing I posted was "A Style? Looks like D Style to me."

Everyone there got it.
 

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

The unix.com logo - anyone else seeing this?

Hi All I'm not sure if anyone else notices this or not - however when I view the unix.com forums in Windows, the flash logo at the top of the page absolutely kills my performance - CPU usage rockets to 100%! If you open the task manager and monitor performance, and slowly scroll down so that the... (1 Reply)
Discussion started by: saabir
1 Replies

2. Solaris

dtlogin logo

hiho, where are the frisky CDE admins.... ;-) how can i change the welcome logo? i found the /usr/dt/config/C/Xresources and the entry: Dtlogin*logo*bitmapFile: but when i enter my own *.bm or *.xpm file the screen use a black logo.... i think i am using the wrong resolution for my picture...... (3 Replies)
Discussion started by: pressy
3 Replies

3. UNIX Desktop Questions & Answers

How to place logo onto movie?

Hello, I am having a movie (MyMove.avi) and own the logo (Logo.jpg). I want to place this logo on my movie, that when viewing a movie showing the logo in bottom-left corner. I am using FFMPEG and MPlayer. Are possible make it? If yes, then how can do it? PS. My OS – Unix. -----... (0 Replies)
Discussion started by: ramis55
0 Replies

4. Solaris

OpenBoot OEM Logo

If you have a graphic display you see some sort of logo in OpenBoot immediately after a reset or when you run the banner command. With most systems, you see a spiffy multicolor logo generated by a routine on the video card. But if you have a low-rent video card you just see a plain monochrome Sun... (2 Replies)
Discussion started by: Perderabo
2 Replies

5. UNIX for Dummies Questions & Answers

Unix logo(Original).

Hi, What is the Unix's logo(Original)? Thanks, regards. (0 Replies)
Discussion started by: Y.P.Y
0 Replies

6. Shell Programming and Scripting

upload logo on script

any ideas on how to upload logo on a script?(solaris script) (3 Replies)
Discussion started by: lhareigh890
3 Replies

7. What is on Your Mind?

Linux logo and logotype

Hello, this is my contribution to open community (LINK): tovic.eu/design/logo/gnu-linux/ If you find it interesting, use it ... Best regards (0 Replies)
Discussion started by: Skulptron
0 Replies

8. What is on Your Mind?

Does anyone know what technology this logo belongs to?

It came in a template full of techy-related stickers for laptop (like Docker, K8s, BigData, RHEL, AWS, etc) but I have no clue what it represents. Any idea? https://i.imgur.com/7ILp105.png Thanks. (7 Replies)
Discussion started by: verdepollo
7 Replies
Geo::GoogleEarth::Pluggable::Style(3pm) 		User Contributed Perl Documentation		   Geo::GoogleEarth::Pluggable::Style(3pm)

NAME
Geo::GoogleEarth::Pluggable::Style - Geo::GoogleEarth::Pluggable Style Object SYNOPSIS
use Geo::GoogleEarth::Pluggable; my $document=Geo::GoogleEarth::Pluggable->new(); my $style=$document->Style(); DESCRIPTION
Geo::GoogleEarth::Pluggable::Style is a Geo::GoogleEarth::Pluggable::Base with a few other methods. USAGE
my $style=$document->Style(id=>"Style_Internal_HREF", iconHref=>"http://.../path/image.png"); CONSTRUCTOR
new my $style=$document->Style(id=>"Style_Internal_HREF", iconHref=>"http://.../path/image.png"); METHODS
type Returns the object type. my $type=$style->type; node color Returns a color code for use in the XML structure given many different inputs. my $color=$style->color("FFFFFFFF"); #AABBGGRR in hex my $color=$style->color({color="FFFFFFFF"}); my $color=$style->color({red=>255, green=>255, blue=>255, alpha=>255}); my $color=$style->color({rgb=>[255,255,255], alpha=>255}); my $color=$style->color({abgr=>[255,255,255,255]}); #my $color=$style->color({name=>"blue", alpha=>255}); #TODO with ColorNames Note: alpha can be 0-255 or "0%"-"100%" BUGS
Please log on RT and send to the geo-perl email list. SUPPORT
Try geo-perl email list. AUTHOR
Michael R. Davis (mrdvt92) CPAN ID: MRDVT COPYRIGHT
This program is free software licensed under the... The BSD License The full text of the license can be found in the LICENSE file included with this module. SEE ALSO
Geo::GoogleEarth::Pluggable creates a GoogleEarth Document. perl v5.14.2 2010-01-22 Geo::GoogleEarth::Pluggable::Style(3pm)
All times are GMT -4. The time now is 06:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy