JQuery soColorPacker web page color picker and jquery color picker
Not using the uncommon jquery feature, compatible with all jquery1.2.6 and later versions
Instance PreviewImport File
Copy usage
Copy
$ ('# Txt_pack_1'). soColorPacker ();
Copy soColorPacke Parameters
$ (Obj). soColorPacker ({
ChangeTar
Practical jQuery color picker plug-in for mobile precedence and jquery color pickerTinyColorPicker is a small jQuery color picker suitable for mobile devices. The jQuery color picker ta
JQuery soColorPacker web page color picker and jquery color picker
Not using the uncommon jquery feature, compatible with all jquery1.2.6 and later versions
Instance Preview
Import File
Usage
SoColorPacke Parameters
$ (Obj ). soColorPacker ({changeTarget: null, // specifies the target object to be filled or changed
Set the opacity or RGBA color, opacityrgba color
The opacity declaration is used to set the transparency value of an element. (The transparency value is a decimal point between 0 and 1. 0.5 indicates 50% transparency ).
Opacity features that when opacity sets the transparency value of an element, the internal text and elements are also transparent.
.demo{ back
parent Element CSS Properties: Background-color: #000; background: Rgba (0,0,0,. 5); Modern browser properties, transparent with rgba color, no inheritance for child properties filter: progid:dximagetransform.microsoft. alpha ( opacity = 50); Compatible with IE8 the following Child element properties:
From http://yuxiangjismtp.blog.sohu.com/96152801.html
In color index or rgba mode, each pixel is stored with a certain amount of color data. This quantity is determined by the bit plane in the frame cache. A bit is a single bit of data in a pixel. If it is the color of an 8-bit plane, each pixel has eight
RGB color mode (also translated as "Red, green, and blue", which is rarely used) is a color standard in the industry) the changes of the three color channels and their overlapping to obtain a variety of colors, RGB represents the colors of the red, green, and blue channels, this standard covers almost all colors that human vision can perceive and is one of the mo
All along, the transparency of the browser has been unable to achieve pure color transparency, each use of alpha will be transparent to inherit the attributes to the child nodes. In other words, it is difficult to achieve the background color transparent and the effect of opaque text until the appearance of RGBA color
The purpose needs, need a background translucent effect, then immediately think of "Opacity:0.5″ and so on, for compatibility with IE may also use filter, such as: Filter:alpha (OPACITY=50);-moz-opacity:0.50; opacity:0.50; The above is can achieve translucent effect, but will affect the inside of the sub-element is also translucent, such as the text inside the div is translucent, this is not what I want The English google.com read half a day, a little summary and modification, finally Kung fu is
1. Rgba DescriptionRGB: Red R, Green G, blue BRGBA: Red R, Green G, blue B, transparency Alpha Value:R, G, b Value: Positive integer (0 ~ 255) | percent (0% ~ 100%), (the value out of range will be up to its nearest value limit.) Not all browsers support the use of percent values. )A transparency value: the value of 0~1 between; (not negative)2. RGBA compatible3. R
The opacity declaration is used to set the transparency value of an element. (The transparency value is a decimal point between 0 and 1. 0.5 indicates 50% transparency ).
Opacity features that when opacity sets the transparency value of an element, the internal text and elements are also transparent.
. Demo {background-color: red; filter: alpha (opacity = 30); opacity: 0.3 ;}
Note: The transparent value of the label element whose class is demo is 3
Color of RgbaRGB is a color standard that is composed of red (R), Green (G), Blue (B) variations, and overlapping to obtain a wide variety of colors. Rgba adds a parameter that controls Alpha Transparency on the basis of RGB.Grammar:Color:rgba (R,g,b,a)Above R, G, b three parameters, the positive integer value range is: 0-255. The value of the percentage value ra
In RGBA mode, each pixel stores the following data: R value (Red component), G value (green component), B value (blue component), and A value (alpha component ). The combination of red, green, and blue colors gives us the various colors we need, while alpha does not directly affect the color. It will be introduced later.In RGBA mode,
Document directory
Anry color picker features
Software Archives
If you see a lot of test tools in your tool folder, write them out and share them with you.
Today's main character is the color capture tool anry color picker.
Anry
Code on:
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
The STARTCOLORSTR parameter value in the DXImageTransform.Microsoft.gradient filter is #aarrggbb, where AA is the hexadecimal representation of opacity, 00 is fully transparent, and FF is completely opaque, The decimal range is 0~255, and the remaining rrggbb is the hexadecimal code for the color. Examples of Background:rgba (
When using PowerPoint, we often find that some of the features we rarely use, in fact, are not used by ourselves, what is the use of the PowerPoint color Picker? Next, let's take a look at the PPT picker Tutorial.
What does the PowerPoint color Picker use for a PPT reader t
While most designers are using Macs, a few are using Windows or even Linux systems. There are very rich color picker tools or plug-ins available in both Mac and Windows, but these are rare in the open source world. If you're looking for a quick, easy-to-find gadget from the screen, "Pick color" from the Pick, it will definitely be the first choice I recommend to
Introduction of PPT Color Picker
Want to own slides and pictures of color matching that will use the color picker this function, but the use of color picker also has a certain skill. A
A few years ago, it was difficult to find a suitable color selector. Just see a lot of good JavaScript color selector plug-ins, so put these compilation summary. In this article, web designers and developers Kevin Liew selected 11 corresponding plug-ins, some will be more complex, others relatively simple, I believe there should be suitable for you.1. ExcolorExcolor is a photoshop-style jquery
Guide
While most designers are using Macs, a few are using Windows or even Linux systems. There are very rich color picker tools or plug-ins available in both Mac and Windows, but these are rare in the open source world. If you're looking for a quick, easy-to-find gadget from the screen, "Pick color" from thePick , it will definitely be the first choice I re
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.