/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/ |
H A D | ColorSegmenter.cpp | 183 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 D | VHFColorAdditions.m | 59 // [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 D | propertyList.m | 125 [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 D | color.rs | 51 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 D | color.rs | 51 println!("yellowComponent: {:?}", my_color_cmyk_cs.yellowComponent());
|
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-0.24.0/examples/ |
H A D | color.rs | 51 println!("yellowComponent: {:?}", my_color_cmyk_cs.yellowComponent()); in main()
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cocoa/examples/ |
H A D | color.rs | 51 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 D | color.rs | 51 println!("yellowComponent: {:?}", my_color_cmyk_cs.yellowComponent()); in main()
|
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/ |
H A D | NSColor.inc | 116 function yellowComponent: CGFloat; message 'yellowComponent';
|
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/ |
H A D | NSColor.h | 166 - (CGFloat)yellowComponent;
|
/dports/textproc/syck/syck-0.70/ext/cocoa/src/ |
H A D | YAMLCocoaCategories.m | 107 [NSNumber numberWithFloat:[self yellowComponent]], @"y",
|
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/appkit/ |
H A D | NSColor.inc | 203 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 D | NSColor.inc | 203 function yellowComponent: Single; 328 StrNSColor_yellowComponent = 'yellowComponent'; 1164 function NSColor.yellowComponent: Single;
|
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/appkit/ |
H A D | NSColor.inc | 203 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 D | NSColor.inc | 203 function yellowComponent: Single; 328 StrNSColor_yellowComponent = 'yellowComponent'; 1164 function NSColor.yellowComponent: Single;
|
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/ |
H A D | VGraphic.m | 325 y = [col yellowComponent]; 352 else if (col && [curColToSeparate yellowComponent]) // yellow
|
H A D | VImage.m | 1074 … else if ([bmImageRep colorSpaceName] == NSDeviceCMYKColorSpace && [sepColor yellowComponent]) 1076 else if ([sepColor yellowComponent]) 1857 yi = ((long)([cmykCol yellowComponent] * 255.0));
|
H A D | VPath.m | 2942 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 D | NSColor.m | 1155 - (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 D | appkit.rs | 4002 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 D | appkit.rs | 4002 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 D | appkit.rs | 4017 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 D | appkit.rs | 4017 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 D | appkit.rs | 4045 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 D | GMAppKit.m | 574 [archiver encodeFloat:[self yellowComponent] withName:@"yellow"];
|