class HexaPDF::Content::Operator::SetDeviceGrayNonStrokingColor

Implementation of the 'g' operator.

See: PDF1.7 s8.6.8

Public Class Methods

new() click to toggle source

Creates the operator.

# File lib/hexapdf/content/operator.rb, line 438
def initialize
  super('g')
end