Home
last modified time | relevance | path

Searched refs:GrayColor (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DGrayColor.java56 public class GrayColor extends ExtendedColor { class
62 public static final GrayColor GRAYBLACK = new GrayColor(0f);
63 public static final GrayColor GRAYWHITE = new GrayColor(1f);
65 public GrayColor(int intGray) { in GrayColor() method in GrayColor
69 public GrayColor(float floatGray) { in GrayColor() method in GrayColor
79 return obj instanceof GrayColor && ((GrayColor)obj).gray == this.gray; in equals()
H A DPdfSpotColor.java99 …on.type2(writer, new float[]{0, 1}, null, new float[]{0}, new float[]{((GrayColor)altcs).getGray()… in getSpotObject()
H A DTextField.java209 Color fcolor = (textColor == null) ? GrayColor.GRAYBLACK : textColor; in getAppearance()
361 Color fcolor = (textColor == null) ? GrayColor.GRAYBLACK : textColor; in getListAppearance()
382 … Color textCol = (choiceSelections.contains( new Integer( idx ))) ? GrayColor.GRAYWHITE : fcolor; in getListAppearance()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DGrayColor.java66 public class GrayColor extends ExtendedColor { class
72 public static final GrayColor GRAYBLACK = new GrayColor(0f);
73 public static final GrayColor GRAYWHITE = new GrayColor(1f);
75 public GrayColor(int intGray) { in GrayColor() method in GrayColor
79 public GrayColor(float floatGray) { in GrayColor() method in GrayColor
89 return obj instanceof GrayColor && ((GrayColor)obj).gray == this.gray; in equals()
H A DPdfSpotColor.java123 …on.type2(writer, new float[]{0, 1}, null, new float[]{0}, new float[]{((GrayColor)altcs).getGray()… in getSpotObject()
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Imagine/Image/Palette/
H A DGrayscale.php14 use Imagine\Image\Palette\Color\Gray as GrayColor; alias
101 static::$colors[$index] = new GrayColor($this, $color, $alpha);
112 if (!$color1 instanceof GrayColor || ! $color2 instanceof GrayColor) {
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Imagine/Image/Palette/
H A DGrayscale.php14 use Imagine\Image\Palette\Color\Gray as GrayColor; alias
101 static::$colors[$index] = new GrayColor($this, $color, $alpha);
112 if (!$color1 instanceof GrayColor || ! $color2 instanceof GrayColor) {
/dports/www/elgg/elgg-3.3.23/vendor/imagine/imagine/lib/Imagine/Image/Palette/
H A DGrayscale.php14 use Imagine\Image\Palette\Color\Gray as GrayColor; alias
101 static::$colors[$index] = new GrayColor($this, $color, $alpha);
112 if (!$color1 instanceof GrayColor || ! $color2 instanceof GrayColor) {
/dports/devel/upp/upp/bazaar/PlotCtrl/
H A DPlotCtrl.cpp99 w.Alpha().DrawRect(0,0,15+StrWidth(pos),15+GetFont().GetHeight(),GrayColor(0)); in MouseMove()
100 w.Alpha().DrawImage(0,0,PlotCursors::cross,GrayColor(255)); in MouseMove()
101 w.Alpha().DrawText(11,11,pos,GetFont(),GrayColor(255)); in MouseMove()
142 w.Alpha().DrawRect(t,GrayColor(0)); in TrackerSync()
143 w.Alpha().DrawImage(0,0,PlotCursors::cross,GrayColor(255)); in TrackerSync()
144 w.Alpha().DrawText(11,11,pos,GetFont(),GrayColor(255)); in TrackerSync()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/popups/
H A Dpixelpopup.cpp19 const ImVec4 GrayColor{ 0.6f, 0.6f, 0.6f, 1.0f }; variable
45 m_info.push_back({ Info::Icon::Position, isInside ? WhiteColor : GrayColor, buffer, {} }); in setPixelInfo()
55 m_info.push_back({ Info::Icon::Color, GrayColor, "rgba - - - -", {} }); in setPixelInfo()
129 …ntptr_t)quad.tex, size, { quad.v[0].tx, quad.v[0].ty }, { quad.v[2].tx, quad.v[2].ty }, GrayColor); in renderInfo()
/dports/devel/upp/upp/tutorial/Draw05/
H A Dmain.cpp15 iw.Alpha().DrawRect(0, 0, 100, 40, GrayColor(0)); in MyApp()
16 iw.Alpha().DrawEllipse(0, 0, 100, 40, GrayColor(255)); in MyApp()
/dports/devel/upp/upp/bazaar/Functions4U/
H A DFunctions4U_Gui.cpp33 drw.DrawLine(r.left, r.top, r.right-1, r.top, 1, GrayColor(100)); in NativePathIconX()
34 drw.DrawLine(r.right-1, r.top, r.right-1, r.bottom-1, 1, GrayColor(100)); in NativePathIconX()
35 drw.DrawLine(r.right-1, r.bottom-1, r.left, r.bottom-1, 1, GrayColor(100)); in NativePathIconX()
36 drw.DrawLine(r.left, r.bottom-1, r.left, r.top, 1, GrayColor(100)); in NativePathIconX()
47 drw.Alpha().DrawImage(0, 0, img, GrayColor(255)); in NativePathIconX()
51 drw.Alpha().DrawImage(0, ypos, ilink, GrayColor(255)); in NativePathIconX()
/dports/devel/upp/upp/uppsrc/IconDes/
H A DIconDes.cpp153 iw.DrawRect(isz, GrayColor(0)); in LineTool()
154 iw.DrawLine(startpoint, p, pen, GrayColor(255)); in LineTool()
164 iw.DrawRect(isz, GrayColor(0)); in EllipseTool0()
165 iw.DrawEllipse(Rect(startpoint, p).Normalized(), inner, pen, GrayColor(255)); in EllipseTool0()
176 EllipseTool0(p, flags, GrayColor(128)); in EmptyEllipseTool()
183 iw.DrawRect(isz, GrayColor(0)); in RectTool0()
186 iw.DrawRect(rect.Deflated(pen, pen), GrayColor(128)); in RectTool0()
187 DrawFatFrame(iw, rect, GrayColor(255), pen); in RectTool0()
H A DPaint.cpp69 RGBA c1 = GrayColor(102); in Paint()
70 RGBA c2 = GrayColor(153); in Paint()
146 Color c1 = Blend(GrayColor(102), c, s->a); in Paint()
148 Color c2 = Blend(GrayColor(153), c, s->a); in Paint()
H A DText.cpp55 iw.Alpha().DrawText(0, 0, text, font, GrayColor(CurrentColor().a)); in PasteText()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DRectangle.java55 import com.lowagie.text.pdf.GrayColor;
443 if (backgroundColor instanceof GrayColor) in getGrayFill()
444 return ((GrayColor)backgroundColor).getGray(); in getGrayFill()
454 backgroundColor = new GrayColor(value); in setGrayFill()
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/
H A Ddecoration.go791 type GrayColor struct { struct
795 func (g GrayColor) String() string { argument
801 func MakeGrayColorSafe(val string) (GrayColor, error) {
807 return GrayColor{}, errors.WithStack(InvalidColor{Color: val})
813 return GrayColor{}, errors.WithStack(InvalidColor{Color: val})
817 return GrayColor{int(d)}, nil
822 func MakeGrayColor(val string) GrayColor {
857 func (s GrayColor) ToTCellColor(mode ColorMode) (TCellColor, bool) { argument
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DChGtk3.cpp275 ink = GrayColor(IsDarkTheme() ? 200 : 50); in Gtk_IconAdjusted()
307 SColorInfo_Write(IsDark(SColorText()) ? LtYellow() : GrayColor(79)); in ChHostSkin()
567 SColorFace_Write(GrayColor(60)); in ChHostSkin()
568 SColorMenu_Write(GrayColor(70)); in ChHostSkin()
569 SColorHighlight_Write(GrayColor(120)); in ChHostSkin()
570 SColorInfo_Write(GrayColor(79)); in ChHostSkin()
/dports/devel/liteide/liteide-x37.4/liteidex/src/tools/exportqrc/
H A Dmain.go40 p.Export(filepath.Join(root, "deploy/liteapp/qrc/gray"), MakeColorImage(GrayColor))
137 func GrayColor(r uint8, g uint8, b uint8) (uint8, uint8, uint8) { func
/dports/devel/upp/upp/uppsrc/RasterPlayer/
H A DRasterPlayer.cpp75 iw.Alpha().DrawImage(r, previous, GrayColor(255)); in LoadBuffer()
92 …).DrawImage(r.left, r.top, raster->GetImage(0, 0, r.right-r.left, r.bottom-r.top), GrayColor(255)); in LoadBuffer()
/dports/net/termshark/termshark-2.1.1/ui/
H A Dpalette.go16 LightGray gowid.GrayColor = gowid.MakeGrayColor("g74")
17 MediumGray gowid.GrayColor = gowid.MakeGrayColor("g50")
18 DarkGray gowid.GrayColor = gowid.MakeGrayColor("g35")
/dports/devel/upp/upp/uppsrc/Draw/
H A DSImageDraw.cpp26 alpha.DrawRect(sz, GrayColor(0)); in Alpha()
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/graphicspart/
H A Dcustomelementgraphicpart.cpp192 else if (_color == GrayColor) css_like_styles += "gray"; in stylesToXml()
270 else if (style_value == "gray") _color = GrayColor; in stylesFromXml()
354 else if (_color == GrayColor) pen.setColor(QColor(Qt::gray)); in applyStylesToQPainter()
H A Dcustomelementgraphicpart.h59 …enum Color {BlackColor, WhiteColor, GreenColor, RedColor, BlueColor, GrayColor, BrunColor, YellowC… enumerator
/dports/devel/upp/upp/reference/CoWork/
H A Dmain.cpp53 line[x] = GrayColor((int)(120 + 120 * sin(d / 1000 - (double)phase / 5))); in DoLine()

12