Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
_rGradSpreadMethod :: RGradient n -> SpreadMethoddiagrams-lib Diagrams.TwoD No documentation available.
-
diagrams-lib Diagrams.TwoD For setting the spread method.
-
diagrams-lib Diagrams.TwoD For setting the spread method.
-
diagrams-lib Diagrams.TwoD.Attributes The SpreadMethod determines what happens before lGradStart and after lGradEnd. GradPad fills the space before the start of the gradient with the color of the first stop and the color after end of the gradient with the color of the last stop. GradRepeat restarts the gradient and GradReflect restarts the gradient with the stops in reverse order.
_lGradSpreadMethod :: LGradient n -> SpreadMethoddiagrams-lib Diagrams.TwoD.Attributes No documentation available.
_rGradSpreadMethod :: RGradient n -> SpreadMethoddiagrams-lib Diagrams.TwoD.Attributes No documentation available.
-
diagrams-lib Diagrams.TwoD.Attributes For setting the spread method.
-
diagrams-lib Diagrams.TwoD.Attributes For setting the spread method.
-
genvalidity-sydtest Test.Syd.Validity Standard test spec for properties of Show and Read instances for valid values Example usage:
showReadSpec @Int
-
genvalidity-sydtest Test.Syd.Validity Standard test spec for properties of Show and Read instances for arbitrary values Example usage:
showReadSpecOnArbitrary @Double