class HexaPDF::Content::Operator::SetDeviceRGBNonStrokingColor

Implementation of the 'rg' 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 477
def initialize
  super('rg')
end