代码搜索结果
找到约 8,819 项符合
RGB 的代码
color.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
YAHOO.util.Color = new function() {
// Adapted from http://www.easyrgb.com/math.html
// hsv values = 0 - 1
// rgb values 0 -
test.qss
QComboBox:disabled {color: black}
QPushButton
{
background-color: rgb(128, 224, 96);
border-style: outset;
border-width: 2px;
border-radius: 10px;
border-color: beige;
padding:
candy.qss
/* R1 */
QDialog {
background-image: url(:/images/background.png);
}
/* R2 */
QLabel {
font: 9pt;
color: rgb(0, 0, 127);
}
/* R3 */
QComboBox:editable,
QLineEdit,
QListView {
color:
color.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
YAHOO.util.Color = new function() {
// Adapted from http://www.easyrgb.com/math.html
// hsv values = 0 - 1
// rgb values 0 -
wrap_itkneighborhood.cmake
WRAP_CLASS("itk::Neighborhood")
# force bool, for structuring element
UNIQUE(scalar_types "${WRAP_ITK_SCALAR};${WRAP_ITK_RGB};B")
FOREACH(d ${WRAP_ITK_DIMS})
FOREACH(t ${scalar_types
color.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
YAHOO.util.Color = new function() {
// Adapted from http://www.easyrgb.com/math.html
// hsv values = 0 - 1
// rgb values 0 -
color.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
YAHOO.util.Color = new function() {
// Adapted from http://www.easyrgb.com/math.html
// hsv values = 0 - 1
// rgb values 0 -
entries.extra
/Hi_VouOut.c///1161936593////
/Makefile///1161657227////
/RGB2YUV444.c///1161657228////
/bitmap.c///1161657229////
/bitmap.h///1161657229////
/hi_JpegDecode.c///1161936593////
/hi_JpegDecode1.c///1161
entries.extra.old
/Hi_VouOut.c///1161936593////
/Makefile///1161657227////
/RGB2YUV444.c///1161657228////
/bitmap.c///1161657229////
/bitmap.h///1161657229////
/hi_JpegDecode.c///1161936593////
/hi_JpegDecode1.c///1161
ibeamcursor.xpm
// Classic optical illusion.
// the beam looks taller than the arrow.
static const char * IBeamCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"..