Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

SudokuHints

Guides

  • Sudoku Hints

Symbols

  • BackTracking
  • CellSize
  • ColoredCells
  • CommonCellColor
  • Disks
  • DoubleCandidates
  • EditSudoku
  • EnterClues
  • EnterSudoku
  • ExportSudoku
  • ExtraBlockCellColor
  • ExtraBlocks
  • HiddenPairs
  • HiddenQuadruples
  • HiddenSingles
  • HiddenTriples
  • Hints
  • IncludeCandidates
  • LockedCandidates
  • MaxSolutions
  • MaxSteps
  • MonitorSteps
  • Pairs
  • ReduceSudoku
  • SetDisplay
  • ShowCandidates
  • ShowInfo
  • Singles
  • SolveSudoku
  • SudokuFromString
  • Sudoku
  • SudokuToString
  • ThreeGroups
  • Triples
  • YWing
  • $AllRules
  • $Sudoku
FredSimons`SudokuHints`
ExtraBlockCellColor
​
ExtraBlockCellColor
is an option for the function
Sudoku
and related functions that sets the color of the cells of the extra blocks.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
This is a sudoku with extra blocks:
In[1]:=
sud=
SudokuFromString
["000030020500000009008000006000002000007000000200010900874000030001000000006004000&&&&090H0P0X0f0n0v0$15010B0L0V0f0p0z131D"]
Out[1]=
Contents cannot be rendered at this time; please try again later
Change the extra blocks cell color to
Green
:
In[2]:=
SetDisplay
sud,
ExtraBlockCellColor
Green;​​sud
Out[2]=
Contents cannot be rendered at this time; please try again later
Or directly at import:
In[3]:=
SudokuFromString
"000030020500000009008000006000002000007000000200010900874000030001000000006004000&&&&090H0P0X0f0n0v0$15010B0L0V0f0p0z131D",
ExtraBlockCellColor
Green
Out[3]=
Contents cannot be rendered at this time; please try again later
SeeAlso
Sudoku
 
▪
SetDisplay
 
▪
EnterSudoku
 
▪
SudokuFromString
RelatedGuides
▪
Sudoku Hints
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com