Home
last modified time | relevance | path

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

/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DColorSegmenter.cpp183 BinaryImage yellowComponent(redComponent); in fromRgb() local
184 rasterOp<RopAnd<RopSrc, RopDst>>(yellowComponent, greenComponent); in fromRgb()
191 rasterOp<RopAnd<RopSrc, RopDst>>(blackComponent, yellowComponent); in fromRgb()
196 rasterOp<RopSubtract<RopDst, RopSrc>>(yellowComponent, blackComponent); in fromRgb()
200 rasterOp<RopSubtract<RopDst, RopSrc>>(redComponent, yellowComponent); in fromRgb()
202 rasterOp<RopSubtract<RopDst, RopSrc>>(greenComponent, yellowComponent); in fromRgb()
208 m_segmentsMap.addComponents(yellowComponent, CONN8); in fromRgb()
/dports/graphics/cenon/Cenon/
H A DVHFColorAdditions.m59 // [self yellowComponent], [self blackComponent]);
101 double y = [self yellowComponent];
166 ([self cyanComponent] + [self magentaComponent] + [self yellowComponent]) / 3.0;
224 double y = [self yellowComponent];
285 ([self cyanComponent] + [self magentaComponent] + [self yellowComponent]) / 3.0;
H A DpropertyList.m125 [dictionary setObject:vhfStringWithFloat([color yellowComponent]) forKey:@"Y"];
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cocoa-0.20.1/examples/
H A Dcolor.rs51 println!("yellowComponent: {:?}", my_color_cmyk_cs.yellowComponent()); in main()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-0.23.0/examples/
H A Dcolor.rs51 println!("yellowComponent: {:?}", my_color_cmyk_cs.yellowComponent());
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-0.24.0/examples/
H A Dcolor.rs51 println!("yellowComponent: {:?}", my_color_cmyk_cs.yellowComponent()); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cocoa/examples/
H A Dcolor.rs51 println!("yellowComponent: {:?}", my_color_cmyk_cs.yellowComponent()); in main()
/dports/graphics/rx/rx-0.4.0/cargo-crates/cocoa-0.19.1/examples/
H A Dcolor.rs51 println!("yellowComponent: {:?}", my_color_cmyk_cs.yellowComponent()); in main()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSColor.inc116 function yellowComponent: CGFloat; message 'yellowComponent';
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSColor.h166 - (CGFloat)yellowComponent;
/dports/textproc/syck/syck-0.70/ext/cocoa/src/
H A DYAMLCocoaCategories.m107 [NSNumber numberWithFloat:[self yellowComponent]], @"y",
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSColor.inc203 function yellowComponent: Single;
328 StrNSColor_yellowComponent = 'yellowComponent';
1164 function NSColor.yellowComponent: Single;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSColor.inc203 function yellowComponent: Single;
328 StrNSColor_yellowComponent = 'yellowComponent';
1164 function NSColor.yellowComponent: Single;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSColor.inc203 function yellowComponent: Single;
328 StrNSColor_yellowComponent = 'yellowComponent';
1164 function NSColor.yellowComponent: Single;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSColor.inc203 function yellowComponent: Single;
328 StrNSColor_yellowComponent = 'yellowComponent';
1164 function NSColor.yellowComponent: Single;
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DVGraphic.m325 y = [col yellowComponent];
352 else if (col && [curColToSeparate yellowComponent]) // yellow
H A DVImage.m1074 … else if ([bmImageRep colorSpaceName] == NSDeviceCMYKColorSpace && [sepColor yellowComponent])
1076 else if ([sepColor yellowComponent])
1857 yi = ((long)([cmykCol yellowComponent] * 255.0));
H A DVPath.m2942 startCol3 = curCol3 = [startCol yellowComponent];
2946 endCol3 = [endCol yellowComponent];
3241 startCol3 = curCol3 = [startCol yellowComponent];
3245 endCol3 = [endCol yellowComponent];
3661 startCol3 = curCol3 = [startCol yellowComponent];
3665 endCol3 = [endCol yellowComponent];
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSColor.m1155 - (CGFloat) yellowComponent
1158 format: @"Called yellowComponent on non-CMYK colour"];
2420 - (CGFloat) yellowComponent
2484 || [other yellowComponent] != _yellow_component
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cocoa/src/
H A Dappkit.rs4002 unsafe fn yellowComponent(self) -> CGFloat; in yellowComponent() method
4054 unsafe fn yellowComponent(self) -> CGFloat { in yellowComponent() method
4055 msg_send![self, yellowComponent] in yellowComponent()
/dports/graphics/rx/rx-0.4.0/cargo-crates/cocoa-0.19.1/src/
H A Dappkit.rs4002 unsafe fn yellowComponent(self) -> CGFloat; in yellowComponent() method
4054 unsafe fn yellowComponent(self) -> CGFloat { in yellowComponent() method
4055 msg_send![self, yellowComponent] in yellowComponent()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cocoa-0.20.1/src/
H A Dappkit.rs4017 unsafe fn yellowComponent(self) -> CGFloat; in yellowComponent() method
4069 unsafe fn yellowComponent(self) -> CGFloat { in yellowComponent() method
4070 msg_send![self, yellowComponent] in yellowComponent()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-0.23.0/src/
H A Dappkit.rs4017 unsafe fn yellowComponent(self) -> CGFloat;
4069 unsafe fn yellowComponent(self) -> CGFloat {
4070 msg_send![self, yellowComponent]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-0.24.0/src/
H A Dappkit.rs4045 unsafe fn yellowComponent(self) -> CGFloat; in yellowComponent() method
4097 unsafe fn yellowComponent(self) -> CGFloat { in yellowComponent() method
4098 msg_send![self, yellowComponent] in yellowComponent()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Model/
H A DGMAppKit.m574 [archiver encodeFloat:[self yellowComponent] withName:@"yellow"];